Skip to main content

calendar_list

Overview

Namecalendar_list
TypeResource
Idgoogleworkspace.calendar.calendar_list

Fields

NameDatatypeDescription
idstringIdentifier of the calendar.
descriptionstringDescription of the calendar. Optional. Read-only.
conferencePropertiesobject
hiddenbooleanWhether the calendar has been hidden from the list. Optional. The attribute is only returned when the calendar is hidden, in which case the value is true.
deletedbooleanWhether this calendar list entry has been deleted from the calendar list. Read-only. Optional. The default is False.
defaultRemindersarrayThe default reminders that the authenticated user has for this calendar.
backgroundColorstringThe main color of the calendar in the hexadecimal format "#0088aa". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.
foregroundColorstringThe foreground color of the calendar in the hexadecimal format "#ffffff". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.
timeZonestringThe time zone of the calendar. Optional. Read-only.
accessRolestringThe effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
- "freeBusyReader" - Provides read access to free/busy information.
- "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
- "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
- "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
summarystringTitle of the calendar. Read-only.
notificationSettingsobjectThe notifications that the authenticated user is receiving for this calendar.
colorIdstringThe color of the calendar. This is an ID referring to an entry in the calendar section of the colors definition (see the colors endpoint). This property is superseded by the backgroundColor and foregroundColor properties and can be ignored when using these properties. Optional.
selectedbooleanWhether the calendar content shows up in the calendar UI. Optional. The default is False.
kindstringType of the resource ("calendar#calendarListEntry").
summaryOverridestringThe summary that the authenticated user has set for this calendar. Optional.
etagstringETag of the resource.
locationstringGeographic location of the calendar as free-form text. Optional. Read-only.
primarybooleanWhether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.

Methods

NameAccessible byRequired ParamsDescription
calendarList_getSELECTcalendarIdReturns a calendar from the user's calendar list.
calendarList_listSELECTReturns the calendars on the user's calendar list.
calendarList_deleteDELETEcalendarIdRemoves a calendar from the user's calendar list.
calendarList_insertEXECInserts an existing calendar into the user's calendar list.
calendarList_patchEXECcalendarIdUpdates an existing calendar on the user's calendar list. This method supports patch semantics.
calendarList_updateEXECcalendarIdUpdates an existing calendar on the user's calendar list.
calendarList_watchEXECWatch for changes to CalendarList resources.