Cal unified calendars
PATCHUpdate event for a connection
Update an event on the specified calendar connection. Only supported for Google Calendar connections; other connection types return 400.
PATCH
/v2/calendars/connections/{connectionId}/events/{eventId}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
connectionIdRequiredstringeventIdRequiredstringQuery Parameters
calendarIdstringHeader Parameters
AuthorizationRequiredstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token