GET /v2/calendar/events
Operation ID: —
Auth: unknown
Description
Returns all calendar events, paginated and filtered by the date.
Parameters (9)
(string, query, optional)
calendar_id of the user who created or included as a guest to the event.
(string, query, optional)
Upper bound (exclusive) for a calendar event's start time to filter by. Must be in ISO 8601 format. Example: `2022-02-14T10:12:59+00:00`.
(boolean, query, optional)
Whether to include total_pages and total_count in the metadata. Defaults to false
(integer, query, optional)
The current page to fetch results from. Defaults to 1
(integer, query, optional)
How many records to show per page in the range [1, 100]. Defaults to 25
(string, query, optional)
Key to sort on, must be one of: start_time. Defaults to start_time
(string, query, optional)
Direction to sort in, must be one of: ASC, DESC. Defaults to DESC
(string, query, optional)
Lower bound (inclusive) for a calendar event's end time to filter by. Must be in ISO 8601 format. Example: `2022-02-14T10:12:59+00:00`.
(string, query, optional)
user_guid of the user who created or included as a guest to the event.
No probe data for this endpoint yet.