Skip to main content

Update Google Calendar Settings

PATCH 

/api/google-calendar/integrations/:id

Update the authenticated user's Google Calendar connection settings. Only the caller's own connection can be updated (404 otherwise).

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Body fields (all optional):

  • calendar_id (string, max 255) — which Google calendar events sync to (see List Google Calendars).
  • all_day_events (boolean) — create synced events as all-day events.
  • event_time_local (string, HH:MM) — local time of day for timed events when all_day_events is false.

Returns the updated connection.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type