ExtendedCalendar

ExtendedCalendar class

Inherits: Aspose::Email::Clients::Google::Calendar

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

Constructors

NameDescription
ExtendedCalendar (7 overloads)Initializes a new instance of the ExtendedCalendar class.

Methods

NameDescription
get_AccessRoleThe effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
get_BackgroundColorThe main color of the calendar in the format ‘#0088aa’. This property supersedes the index-based colorId property.
get_ColorIdThe color of the calendar. This is an ID referring to an entry in the “calendar” section of the colors definition (see the “colors” endpoint).
get_DefaultRemindersThe default reminders that the authenticated user has for this calendar.
get_ForegroundColorThe foreground color of the calendar in the format ‘#ffffff’. This property supersedes the index-based colorId property.
get_HiddenWhether the calendar has been hidden from the list. The default is False.
get_NotificationSettingsThe notifications that the authenticated user is receiving for this calendar.
get_PrimaryWhether the calendar is the primary calendar of the authenticated user. Read-only. The default is False.
get_SelectedWhether the calendar content shows up in the calendar UI. The default is False.
get_SummaryOverrideThe summary that the authenticated user has set for this calendar.
set_AccessRoleThe effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
set_BackgroundColorThe main color of the calendar in the format ‘#0088aa’. This property supersedes the index-based colorId property.
set_ColorIdThe color of the calendar. This is an ID referring to an entry in the “calendar” section of the colors definition (see the “colors” endpoint).
set_DefaultRemindersThe default reminders that the authenticated user has for this calendar.
set_ForegroundColorThe foreground color of the calendar in the format ‘#ffffff’. This property supersedes the index-based colorId property.
set_HiddenWhether the calendar has been hidden from the list. The default is False.
set_NotificationSettingsThe notifications that the authenticated user is receiving for this calendar.
set_PrimaryWhether the calendar is the primary calendar of the authenticated user. Read-only. The default is False.
set_SelectedWhether the calendar content shows up in the calendar UI. The default is False.
set_SummaryOverrideThe summary that the authenticated user has set for this calendar.
ToStringReturns a string which represents the object instance.
Aspose::Email::Clients::Google::Commands::CalendarAPI::V3::Parsers::ExtendedCalendarReader
ExtendedCalendarKindType of the resource “calendar#calendarListEntry”.
ListKindType of the resources list “calendar#calendarList”.