v1

latestOpenAPI 3.0.02026-07-17121287546.7 KB
Cal Unified Calendars

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}.

patch/v2/calendars/{calendar}/events/{eventUid}

Path parameters

calendar'google' required
eventUidstring required

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

Authorizationstring required

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

Request body

titlestring

Title of the calendar event

descriptionstring nullable

Detailed description of the calendar event

status'accepted' | 'pending' | 'declined' | 'cancelled'

Status of the event (accepted, pending, declined, cancelled)

Response

status'success' | 'error' required

Example response

{
  "status": "success"
}