Checks permission of the currently logged-in user on any calendar by the given calendar Id. The input parameters will be in the URL of the calendar.
URL:
http://{domain_name}/{rest_context_name}/private/cs/calendar/checkPermission/{username}/{calendarId}/{type}/
Level API: Experimental
Parameters:
Required (path parameters):
Parameter | Description |
---|---|
username | The given user's Id, or the currently logged-in user. |
calendarId | The given calendar Id on which the permission is checked. |
type | The calendar type: private, public or shared. |
Optional (query parameters): No