Cal unified calendars
GETList events for a connection
List events in a date range for a specific calendar connection. Only supported for Google Calendar connections; other connection types return 400.
GET
/v2/calendars/connections/{connectionId}/eventsPath Parameters
connectionIdRequiredstringCalendar connection ID from GET /connections
Query Parameters
fromRequiredstringStart of the date range (ISO 8601 date or date-time)
toRequiredstringEnd of the date range (ISO 8601 date or date-time)
timeZonestringIANA time zone for the request (e.g. America/New_York)
calendarIdstringCalendar ID. Use 'primary' for the user's primary calendar, or the external ID of a connected calendar.
Default:
"primary"Header Parameters
AuthorizationRequiredstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token