Table of Contents

Class Colors

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class Colors : Object, IDirectResponseSchema
Inheritance
Colors
Implements
IDirectResponseSchema

Constructors

Colors()

public Colors()

Properties

Calendar

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.

public virtual IDictionary<string, ColorDefinition> Calendar { get; set; }

Property Value

IDictionary<string, ColorDefinition>

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Event

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.

public virtual IDictionary<string, ColorDefinition> Event { get; set; }

Property Value

IDictionary<string, ColorDefinition>

Kind

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

public virtual string Kind { get; set; }

Property Value

string

Updated

DateTime representation of UpdatedRaw.

public virtual Nullable<DateTime> Updated { get; set; }

Property Value

Nullable<DateTime>

UpdatedRaw

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

public virtual string UpdatedRaw { get; set; }

Property Value

string