Calendars
List Calendar Events
Returns a list of calendar events for the authenticated project. Results are paginated using cursor pagination.
GET
Authentication
Requires API key authentication via theAuthorization header.
Query Parameters
Cursor for pagination
Filter events by calendar ID
Filter events by calendar deduplication key
Filter events by event ID
Filter events updated at or after this timestamp (ISO 8601 format)
Deprecated: Use
updated_at_gte instead. Alias for updated_at_gte, kept for backwards compatibility.Filter events with start_time at or after this timestamp (ISO 8601 format)
Filter events with end_time at or before this timestamp (ISO 8601 format)
Order results by field. Use ’-’ prefix for descending order. Default:
-updated_at.Allowed values: updated_at, -updated_at, start_time, -start_time, end_time, -end_time, created_at, -created_atResponse
URL for the next page of results (null if no more results)
URL for the previous page of results (null if on first page)
Array of calendar event objects
Unique identifier for the calendar event
ID of the calendar this event belongs to
UUID of the event on the calendar platform
Meeting URL for the event (if available)
Name/title of the event
Start time of the event (ISO 8601 format)
End time of the event (ISO 8601 format)
Whether the event has been deleted
List of attendees with email and name
iCal UID for the event
Raw event data from the calendar platform
Array of bots associated with this event
Timestamp when the event was created (ISO 8601 format)
Timestamp when the event was last updated (ISO 8601 format)