v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-133839143.7 KB
calendars

Updates metadata for a calendar. This method supports patch semantics.

patch/calendars/{calendarId}

Path parameters

calendarIdstring required

Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.

Request body

idstring

Identifier of the calendar. To retrieve IDs call the calendarList.list() method.

timeZonestring

The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.

dataOwnerstring

The email of the owner of the calendar. Set only for secondary calendars. Read-only.

summarystring

Title of the calendar.

etagstring

ETag of the resource.

descriptionstring

Description of the calendar. Optional.

kindstring

Type of the resource ("calendar#calendar").

autoAcceptInvitationsboolean

Whether this calendar automatically accepts invitations. Only valid for resource calendars.

locationstring

Geographic location of the calendar as free-form text. Optional.

Response

Successful response