Class ColorsInfo
ColorsInfo class
Contains colors definition for calendars and events
Constructors
| Name | Description |
|---|
| ColorsInfo() | Initializes a new instance of the ColorsInfo class. |
| ColorsInfo(DateTime, Dictionary<string, Colors>, Dictionary<string, Colors>) | Initializes a new instance of the ColorsInfo class. |
Properties
| Name | Description |
|---|
| Calendar { get; } | Palette of calendar colors, mapping from the color ID to its definition. An ‘calendarListEntry’ resource refers to one of these color IDs in its ‘color’ field. |
| Event { get; } | 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. |
| Updated { get; set; } | Last modification time of the color palette. |
Fields
| Name | Description |
|---|
| const KIND | Type of the resource “calendar#colors”. |
See Also