CalendarAccount
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.
CalendarAccount
{
"id": "string",
"name": "string",
"enabled_services_ids": [
"string"
]
}