CalendarClientService
A bookable service/meeting type offered through a calendar integration.
idIdrequired
The service's id at the calendar provider.
nameNamerequired
The service's display name.
category_id object
Optional category id the service belongs to.
- string
- null
string
llm_context object
Optional description given to the LLM to help it pick this service.
- string
- null
string
is_enabled_in_calendarIs Enabled In Calendar
Whether the service is currently bookable.
Default value:
trueCalendarClientService
{
"id": "string",
"name": "string",
"category_id": "string",
"llm_context": "string",
"is_enabled_in_calendar": true
}