v1
latestOpenAPI 3.0.02026-07-249301.3 MBRetrieve all events from a calendar
Returns a list of calendar events related to the given calendar.
Path parameters
The id of the calendar related to events
Query parameters
Filter events by type (single or occurence).
Filter events by event type. This parameter accepts a comma-delimited list of event type.
Filter events with attendees contained in this list. This parameter accepts a comma-delimited list of email addresses.
Filter events updated after this date. Preferred format: RFC3339 datetime (2026-02-27T17:07:49Z).
Filter events updated before this date. Preferred format: RFC3339 datetime (2026-02-27T17:07:49Z).
Filter for events with the status busy
Filter events ending before this date. Preferred format: RFC3339 datetime (2026-02-27T17:07:49Z).
Filter events starting after this date. Preferred format: RFC3339 datetime (2026-02-27T17:07:49Z).
Filter for events matching the specified location.
Filter for events matching the specified iCal UID.
Filter for events matching the specified description.
Filter for events matching the specified title.
Indicates if you want to retrieve the cancelled events.
A cursor used for pagination. If supported by the provider, use next_cursor given by the previous page of the list, else use offset.
An offset used for pagination, if supported by the provider, else use cursor.
The limit of items to be returned.
The id of the account to use.
Response
OK