ExtendedCalendar

ExtendedCalendar class

A set of extended metadata, such as a colors, for a single calendar.

The ExtendedCalendar type exposes the following members:

Constructors

NameDescription
ExtendedCalendar()Initializes a new instance of the ExtendedCalendar class.
ExtendedCalendar(summary)Initializes a new instance of the ExtendedCalendar class
ExtendedCalendar(id, summary)Initializes a new instance of the ExtendedCalendar class
ExtendedCalendar(summary, description, location, time_zone)Initializes a new instance of the ExtendedCalendar class
ExtendedCalendar(id, summary, description, location, time_zone)Initializes a new instance of the ExtendedCalendar class

Properties

NameDescription
kind
e_tag
id
summaryTitle of the calendar.
descriptionDescription of the calendar.
locationGeographic location of the calendar as free-form text.
time_zoneThe time zone of the calendar.
conference_propertiesGets conferencing properties for this calendar.
CALENDAR_KINDType of the resource “calendar#calendar”.
summary_overrideThe summary that the authenticated user has set for this calendar.
color_idThe color of the calendar.
This is an ID referring to an entry in the “calendar” section of the colors definition (see the “colors” endpoint).
background_colorThe main color of the calendar in the format ‘#0088aa’.
This property supersedes the index-based colorId property.
foreground_colorThe foreground color of the calendar in the format ‘#ffffff’.
This property supersedes the index-based colorId property.
hiddenWhether the calendar has been hidden from the list.
The default is False.
selectedWhether the calendar content shows up in the calendar UI.
The default is False.
access_roleThe effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
primaryWhether the calendar is the primary calendar of the authenticated user. Read-only.
The default is False.
EXTENDED_CALENDAR_KINDType of the resource “calendar#calendarListEntry”.
LIST_KINDType of the resources list “calendar#calendarList”.

See Also