Update an existing calendar event
Update an existing calendar event. You can use either PUT (full update) or PATCH (partial update) methods.
ID or UUID of the event to update.
Event title.
Event description.
Event start time.
Event end time.
Type of event. One of: meeting
, appointment
, busy
, voice_call
, video_call
.
Event status. One of: scheduled
, confirmed
, cancelled
, completed
, no_show
.
Event location.
Customer name.
Customer email.
Customer phone number.
Notes about the customer or appointment.
Whether the event has video conferencing enabled.
URL for video conferencing.
Provider of video conferencing (e.g., Zoom, Google Meet, etc.).
Whether reminders are enabled for this event.
How many minutes before the event to send a reminder.
ID of the AI agent to associate with this event.
ID of the team to associate with this event.
Whether to sync this update with connected external calendars.
Whether to send notifications about this update.
Event ID.
Event UUID.
Event title.
Event start time.
Event end time.
Event status.
Success message.
PUT
when you want to replace the entire event with the new data (full update)PATCH
when you want to update only specific fields (partial update)Error code.
Error message.