v1

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

Updates metadata for a calendar.

put/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

summarystring

Title of the calendar

kindstring

Type of the resource ("calendar#calendar")

descriptionstring

Description of the calendar. Optional

timeZonestring

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

etagstring

ETag of the resource

locationstring

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

idstring

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

Response

A gcalendar:Calendar if successful, otherwise an error

summarystring

Title of the calendar

kindstring

Type of the resource ("calendar#calendar")

descriptionstring

Description of the calendar. Optional

timeZonestring

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

etagstring

ETag of the resource

locationstring

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

idstring

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