Update calendar connection
Update settings for a specific calendar connection such as selected calendars, availability validation, and notification preferences.
Authorizations
User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.
Path Parameters
Unique identifier of the calendar connection
"conn-uuid"
Query Parameters
User ID that owns the connection (admin only)
"user-uuid"
Body
Calendar ID to use for creating new events (e.g. "primary" for Google, or a specific calendar ID)
"primary"
Calendar IDs to check for availability conflicts. Pass the calendar IDs from the GET /calendars endpoint.
Whether to check this connection for availability conflicts when booking
true
Whether to auto-cancel the meetergo appointment if the attendee declines or deletes the calendar event
true
Whether to suppress attendee notifications on the calendar event
false
Whether to sync buffer events to the connected calendar
false
Response
Connection updated successfully