CalendarAvailableAccountSlots
Available booking time slots for one calendar account.
account objectrequired
A bookable calendar account (e.g. a sales manager's calendar) exposed by a calendar integration.
idIdrequired
The account's id at the calendar provider.
nameNamerequired
The account's display name.
enabled_services_idsstring[]
IDs of the bookable services enabled for this account.
slots objectrequired
Available times keyed by date, e.g. {"2026-06-10": ["17:30", "18:00"]}.
property name* string[]
Array [
string
]
timezoneTimezonerequired
Timezone the slot times are expressed in.
CalendarAvailableAccountSlots
{
"account": {
"id": "string",
"name": "string",
"enabled_services_ids": [
"string"
]
},
"slots": {},
"timezone": "string"
}