Retrieve all events from a calendar

Returns a list of calendar events related to the given calendar.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of the calendar related to events

Query Params
boolean

Filter events by type (single or occurence).

string

Filter events by event type. This parameter accepts a comma-delimited list of event type.

string

Filter events with attendees contained in this list. This parameter accepts a comma-delimited list of email addresses.

string

Filter events updated after this date. Preferred format: RFC3339 datetime (2026-02-27T17:07:49Z).

string

Filter events updated before this date. Preferred format: RFC3339 datetime (2026-02-27T17:07:49Z).

boolean

Filter for events with the status busy

string

Filter events ending before this date. Preferred format: RFC3339 datetime (2026-02-27T17:07:49Z).

string

Filter events starting after this date. Preferred format: RFC3339 datetime (2026-02-27T17:07:49Z).

string

Filter for events matching the specified location.

string

Filter for events matching the specified iCal UID.

string

Filter for events matching the specified description.

string

Filter for events matching the specified title.

boolean

Indicates if you want to retrieve the cancelled events.

string

A cursor used for pagination. If supported by the provider, use next_cursor given by the previous page of the list, else use offset.

number

An offset used for pagination, if supported by the provider, else use cursor.

number

The limit of items to be returned.

string
required

The id of the account to use.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json