GET
/
v2
/
calendars
/
busy-times
curl --request GET \
  --url https://api.cal.com/v2/calendars/busy-times
{
  "status": "success",
  "data": [
    {
      "start": "2023-11-07T05:31:56Z",
      "end": "2023-11-07T05:31:56Z",
      "source": "<string>"
    }
  ]
}

Query Parameters

loggedInUsersTz
string
required

The timezone of the logged in user represented as a string

dateFrom
string

The starting date for the busy times query

dateTo
string

The ending date for the busy times query

credentialId
number
required
externalId
string
required

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object[]
required