CalendarEvent
idIdrequired
Unique numeric identifier of the record.
titleTitle
Default value:
Unknown eventdescription object
anyOf
- string
- null
string
start objectrequired
anyOf
- date-time
- date
date-time
end objectrequired
anyOf
- date-time
- date
date-time
attendeesstring[]
link object
anyOf
- string
- null
string
service object
anyOfanyOfanyOf
- CalendarClientService
- null
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:
trueCalendarEvent
{
"id": "string",
"title": "Unknown event",
"description": "string",
"start": "2024-07-29T15:51:28.071Z",
"end": "2024-07-29T15:51:28.071Z",
"attendees": [
"string"
],
"link": "string",
"service": {
"id": "string",
"name": "string",
"category_id": "string",
"llm_context": "string",
"is_enabled_in_calendar": true
}
}