Skip Navigation Links

Calendar Tenant Settings

Get calendar settingsexperimental

Requires authentication via bearer.

Retrieves the calendar settings for the organization.

Currently exposes the following settings:

  • ical_export: Whether users are allowed to export their calendar as an iCal feed for use in external calendar applications.

Response Body

200 OK

Patch calendar settingsexperimental

Requires authentication via bearer.

Updates the calendar settings for the organization using JSON Merge Patch semantics (RFC 7396).

Only fields included in the request body are updated. Fields not present in the request remain unchanged.

Request Body

ical_export booleanrequired

Whether iCal export should be enabled for users.

Response Body

200 OK

Get calendar settingsexperimental

Requires authentication via bearer.

Retrieves the calendar settings for the organization.

Response Body

200 OK