Calendar

Update User Calendar Access

Update whether a specific user uses a specific calendar for availability checking.

  • user_id: The ID of the user
  • calendar_id: The ID of the calendar
  • used_for_availability: Whether this user should use this calendar for availability checking
patch/calendars/users/{user_id}/calendar-access/{calendar_id}

Path parameters

user_idstring uuid required
calendar_idstring uuid required

Request body

used_for_availabilityboolean required

Response

Successful Response

calendar_idstring uuid required
namestring required
provider'google_calendar' | 'zoho' | 'google_calendar_ics' | 'microsoft365_calendar' required

Calendar provider types

ics_urlstring nullable
timezonestring
used_for_availabilityboolean
is_google_primaryboolean

Changes

No recorded changes to this endpoint across all 2 revisions of this API.