Get busy times from a calendar. Example request URL is https://api.cal.com/v2/calendars/busy-times?timeZone=Europe%2FMadrid&dateFrom=2024-12-18&dateTo=2024-12-18&calendarsToLoad[0][credentialId]=135&calendarsToLoad[0][externalId]=skrauciz%40gmail.com. Note: loggedInUsersTz is deprecated, use timeZone instead. If accessed using an OAuth access token, the APPS_READ scope is required.
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Deprecated: Use timeZone instead. The timezone of the user represented as a string
"America/New_York"
The timezone for the busy times query represented as a string
"America/New_York"
The starting date for the busy times query
"2023-10-01"
The ending date for the busy times query
"2023-10-31"
An array of Calendar objects representing the calendars to be loaded. Use bracket notation in the URL, e.g.: calendarsToLoad[0][credentialId]=135&calendarsToLoad[0][externalId]=[email protected]