calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Classes | Properties | List of all members
Google.Apis.Calendar.v3.Data.CalendarListEntry Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.CalendarListEntry:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  NotificationSettingsData
 The notifications that the authenticated user is receiving for this calendar. More...

Properties

virtual string AccessRole [get, set]
 The 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.
virtual string BackgroundColor [get, set]
 The main color of the calendar in the hexadecimal format "#0088aa". This property supersedes the index-based colorId property. Optional.
virtual string ColorId [get, set]
 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). Optional.
virtual
System.Collections.Generic.IList
< EventReminder
DefaultReminders [get, set]
 The default reminders that the authenticated user has for this calendar.
virtual System.Nullable< bool > Deleted [get, set]
 Whether this calendar list entry has been deleted from the calendar list. Read-only. Optional. The default is False.
virtual string Description [get, set]
 Description of the calendar. Optional. Read-only.
virtual string ETag [get, set]
 ETag of the resource.
virtual string ForegroundColor [get, set]
 The foreground color of the calendar in the hexadecimal format "#ffffff". This property supersedes the index-based colorId property. Optional.
virtual System.Nullable< bool > Hidden [get, set]
 Whether the calendar has been hidden from the list. Optional. The default is False.
virtual string Id [get, set]
 Identifier of the calendar.
virtual string Kind [get, set]
 Type of the resource ("calendar#calendarListEntry").
virtual string Location [get, set]
 Geographic location of the calendar as free-form text. Optional. Read-only.
virtual
CalendarListEntry.NotificationSettingsData 
NotificationSettings [get, set]
 The notifications that the authenticated user is receiving for this calendar.
virtual System.Nullable< bool > Primary [get, set]
 Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
virtual System.Nullable< bool > Selected [get, set]
 Whether the calendar content shows up in the calendar UI. Optional. The default is False.
virtual string Summary [get, set]
 Title of the calendar. Read-only.
virtual string SummaryOverride [get, set]
 The summary that the authenticated user has set for this calendar. Optional.
virtual string TimeZone [get, set]
 The time zone of the calendar. Optional. Read-only.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.AccessRole
getset

The 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.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.BackgroundColor
getset

The main color of the calendar in the hexadecimal format "#0088aa". This property supersedes the index-based colorId property. Optional.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.ColorId
getset

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). Optional.

virtual System.Collections.Generic.IList<EventReminder> Google.Apis.Calendar.v3.Data.CalendarListEntry.DefaultReminders
getset

The default reminders that the authenticated user has for this calendar.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.Data.CalendarListEntry.Deleted
getset

Whether this calendar list entry has been deleted from the calendar list. Read-only. Optional. The default is False.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.Description
getset

Description of the calendar. Optional. Read-only.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.ETag
getset

ETag of the resource.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.ForegroundColor
getset

The foreground color of the calendar in the hexadecimal format "#ffffff". This property supersedes the index-based colorId property. Optional.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.Data.CalendarListEntry.Hidden
getset

Whether the calendar has been hidden from the list. Optional. The default is False.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.Id
getset

Identifier of the calendar.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.Kind
getset

Type of the resource ("calendar#calendarListEntry").

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.Location
getset

Geographic location of the calendar as free-form text. Optional. Read-only.

virtual CalendarListEntry.NotificationSettingsData Google.Apis.Calendar.v3.Data.CalendarListEntry.NotificationSettings
getset

The notifications that the authenticated user is receiving for this calendar.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.Data.CalendarListEntry.Primary
getset

Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.Data.CalendarListEntry.Selected
getset

Whether the calendar content shows up in the calendar UI. Optional. The default is False.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.Summary
getset

Title of the calendar. Read-only.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.SummaryOverride
getset

The summary that the authenticated user has set for this calendar. Optional.

virtual string Google.Apis.Calendar.v3.Data.CalendarListEntry.TimeZone
getset

The time zone of the calendar. Optional. Read-only.


The documentation for this class was generated from the following file: