ExtendedCalendar
Contents
[
Hide
]ExtendedCalendar class
Inherits: Aspose::Email::Clients::Google::Calendar
A set of extended metadata, such as a colors, for a single calendar.
Constructors
| Name | Description |
|---|---|
| ExtendedCalendar (7 overloads) | Initializes a new instance of the ExtendedCalendar class. |
Methods
| Name | Description |
|---|---|
| get_AccessRole | The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: |
| get_BackgroundColor | The main color of the calendar in the format ‘#0088aa’. This property supersedes the index-based colorId property. |
| get_ColorId | The 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_DefaultReminders | The default reminders that the authenticated user has for this calendar. |
| get_ForegroundColor | The foreground color of the calendar in the format ‘#ffffff’. This property supersedes the index-based colorId property. |
| get_Hidden | Whether the calendar has been hidden from the list. The default is False. |
| get_NotificationSettings | The notifications that the authenticated user is receiving for this calendar. |
| get_Primary | Whether the calendar is the primary calendar of the authenticated user. Read-only. The default is False. |
| get_Selected | Whether the calendar content shows up in the calendar UI. The default is False. |
| get_SummaryOverride | The summary that the authenticated user has set for this calendar. |
| set_AccessRole | The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: |
| set_BackgroundColor | The main color of the calendar in the format ‘#0088aa’. This property supersedes the index-based colorId property. |
| set_ColorId | The 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_DefaultReminders | The default reminders that the authenticated user has for this calendar. |
| set_ForegroundColor | The foreground color of the calendar in the format ‘#ffffff’. This property supersedes the index-based colorId property. |
| set_Hidden | Whether the calendar has been hidden from the list. The default is False. |
| set_NotificationSettings | The notifications that the authenticated user is receiving for this calendar. |
| set_Primary | Whether the calendar is the primary calendar of the authenticated user. Read-only. The default is False. |
| set_Selected | Whether the calendar content shows up in the calendar UI. The default is False. |
| set_SummaryOverride | The summary that the authenticated user has set for this calendar. |
| ToString | Returns a string which represents the object instance. |
| Aspose::Email::Clients::Google::Commands::CalendarAPI::V3::Parsers::ExtendedCalendarReader | |
| ExtendedCalendarKind | Type of the resource “calendar#calendarListEntry”. |
| ListKind | Type of the resources list “calendar#calendarList”. |