Gets a list of personal events by their type, calendar Ids, the starting/ending time, and the maximum number of returned events. This service requires authentication and permission of the Users group only.
URL:
http://{domain_name}/{rest_context_name}/private/cs/calendar/events/personal/{type}/{calids}/{from}/{to}/{limit}
Level API: Experimental
Parameters:
Required (path parameters):
Parameter | Description |
---|---|
type | The type of the events. The possible values are "Event" and "Task". |
calids | A string of calendar Ids separated by commas (,). |
from | A value of period (in miliseconds) during which the events are started. |
to | A value of period (in miliseconds) during which the events are ended. |
limit | The maximum number of returned events. |
Optional (query parameters): No