Skip to main content

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.

anyOf
string
llm_context object

Optional description given to the LLM to help it pick this service.

anyOf
string
is_enabled_in_calendarIs Enabled In Calendar

Whether the service is currently bookable.

Default value: true
CalendarClientService
{
"id": "string",
"name": "string",
"category_id": "string",
"llm_context": "string",
"is_enabled_in_calendar": true
}