Cal unified calendars
PATCHUpdate meeting details in calendar
Updates a specific calendar event.
PATCH
/v2/calendars/{calendar}/event/{eventUid}Request Body
application/jsonRequiredstartobjectStart date and time of the calendar event with timezone information
endobjectEnd date and time of the calendar event with timezone information
titlestringTitle of the calendar event
descriptionstringDetailed description of the calendar event
attendeesarray<object>List of attendees. CAUTION: You must pass the entire array with all updated values. Any attendees not included in this array will be removed from the event.
statusstringStatus of the event (accepted, pending, declined, cancelled)
Value in:
"accepted" | "pending" | "declined" | "cancelled"Path Parameters
calendarRequiredstringValue in:
"google"eventUidRequiredstringThe Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:
- For user events: GET /v2/bookings/{bookingUid}/references
Header Parameters
AuthorizationRequiredstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token