Update meeting details in calendar
Updates event information in the specified calendar provider. The singular /event/ path is deprecated — use /events/ (plural) instead. For connection-scoped access use PATCH /connections/{connectionId}/events/{eventId}.
Path parameters
The Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:
-
For team events: GET /v2/organizations/{orgId}/teams/{teamId}/bookings/{bookingUid}/references
-
For user events: GET /v2/bookings/{bookingUid}/references
Headers
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Request body
Response
Example response
{
"status": "success"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲