Update calendar connection
Update settings for a specific calendar connection such as selected calendars, availability validation, and notification preferences.
Documentation Index
Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User ID to act as when using API Key authentication (required with API Key)
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.
["primary", "work@group.calendar.google.com"]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