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

Properties

virtual
System.Collections.Generic.IDictionary
< string, ColorDefinition
Calendar [get, set]
 Palette of calendar colors, mapping from the color ID to its definition. A calendarListEntry resource refers to one of these color IDs in its color field. Read-only.
virtual
System.Collections.Generic.IDictionary
< string, ColorDefinition
Event [get, set]
 Palette of event colors, mapping from the color ID to its definition. An event resource may refer to one of these color IDs in its color field. Read-only.
virtual string Kind [get, set]
 Type of the resource ("calendar#colors").
virtual string UpdatedRaw [get, set]
 Last modification time of the color palette (as a RFC 3339 timestamp). Read-only.
virtual System.Nullable
< System.DateTime > 
Updated [get, set]
 System.DateTime representation of UpdatedRaw.
virtual string ETag [get, set]
 The ETag of the item.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual System.Collections.Generic.IDictionary<string,ColorDefinition> Google.Apis.Calendar.v3.Data.Colors.Calendar
getset

Palette of calendar colors, mapping from the color ID to its definition. A calendarListEntry resource refers to one of these color IDs in its color field. Read-only.

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

The ETag of the item.

virtual System.Collections.Generic.IDictionary<string,ColorDefinition> Google.Apis.Calendar.v3.Data.Colors.Event
getset

Palette of event colors, mapping from the color ID to its definition. An event resource may refer to one of these color IDs in its color field. Read-only.

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

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

virtual System.Nullable<System.DateTime> Google.Apis.Calendar.v3.Data.Colors.Updated
getset

System.DateTime representation of UpdatedRaw.

virtual string Google.Apis.Calendar.v3.Data.Colors.UpdatedRaw
getset

Last modification time of the color palette (as a RFC 3339 timestamp). Read-only.


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