v1

latestOpenAPI 3.0.02026-07-17121287546.7 KB
Cal Unified Calendars

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

Path parameters

connectionIdstring required
eventIdstring required

Query parameters

calendarIdstring

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