Skip to main content

calendars

Overview

Namecalendars
TypeResource
Idgoogleworkspace.calendar.calendars

Fields

NameDatatypeDescription
idstringIdentifier of the calendar. To retrieve IDs call the calendarList.list() method.
descriptionstringDescription of the calendar. Optional.
timeZonestringThe time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
conferencePropertiesobject
etagstringETag of the resource.
kindstringType of the resource ("calendar#calendar").
locationstringGeographic location of the calendar as free-form text. Optional.
summarystringTitle of the calendar.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcalendarIdReturns metadata for a calendar.
insertINSERTCreates a secondary calendar.
deleteDELETEcalendarIdDeletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.
clearEXECcalendarIdClears a primary calendar. This operation deletes all events associated with the primary calendar of an account.
patchEXECcalendarIdUpdates metadata for a calendar. This method supports patch semantics.
updateEXECcalendarIdUpdates metadata for a calendar.