Cal unified calendars
GETList calendar events
List events in a date range for the authenticated user's calendar. Currently only Google Calendar is supported.
GET
/v2/calendars/{calendar}/eventsPath Parameters
calendarRequiredstringValue in:
"google" | "office365" | "apple"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