Calendars
List Calendars
Returns a list of calendars 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 calendars by deduplication key
Response
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 objects
Unique identifier for the calendar
Calendar platform (
google or microsoft)Client ID for the calendar platform authentication
UUID of the calendar on the platform
Connection state (
connected or disconnected)Metadata associated with the calendar
Optional key for deduplicating calendars
Information about connection failures, if any
Timestamp when the calendar was created (ISO 8601 format)
Timestamp when the calendar was last updated (ISO 8601 format)
Timestamp of the last successful sync (ISO 8601 format)
Timestamp of the last attempted sync (ISO 8601 format)