Class ColorsInfo

ColorsInfo class

Contains colors definition for calendars and events

public class ColorsInfo

Constructors

NameDescription
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

NameDescription
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

NameDescription
const KINDType of the resource “calendar#colors”.

See Also