Calendar

Update Calendar Event

Update a calendar event.

put/calendar/events/{event_id}

Path parameters

event_idstring uuid required

Headers

authorizationstring nullable

Request body

language'en-US' | 'fr-FR' | 'de-DE' | 'es-ES'

Supported languages for transcription, calls, and UI.

This is a centralized language definition used across the platform. Any changes to supported languages should be made here and will propagate to all components that use this enum.

bot_enabledboolean nullable

Whether the bot is enabled for the event

Response

Successful Response

idstring uuid required

Event ID

subjectstring required

Event subject

start_timestring date-time required

Event start time

end_timestring date-time required

Event end time

descriptionstring nullable

Event description

locationstring nullable

Event location

conference_urlstring nullable

Conference URL

conference_provider'zoom' | 'teams' | 'meet' | 'other' | 'none'

Conference provider types.

languagestring nullable

Language of the event

attendeesobject[]

List of attendees

recall_bot_enabledboolean required

Whether the Recall bot is enabled for the event

Changes

No recorded changes to this endpoint across all 1 revision of this API.