Cal unified calendars
GETGet free/busy times
Get busy time slots for the authenticated user's selected calendars in the given date range. Currently only Google Calendar is supported.
GET
/v2/calendars/{calendar}/freebusyPath 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 (e.g. America/New_York)
Header Parameters
AuthorizationRequiredstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token