Generates the ICalendar data from a given calendar Id. The data content will be all events of the calendar. This service requires authentication and permission of the Users group only.
URL:
http://{domain_name}/{rest_context_name}/private/cs/calendar/{username}/{calendarId}/{type}
Level API: Experimental
Parameters:
Required (path parameters):
Parameter | Description |
---|---|
username | Requires the user Id for authentication and looks up the personal calendar. |
calendarId | The given calendar Id to look up. |
type | The calendar type, such as private, shared, public. |
Optional (query parameters): No