Returns the color definitions for calendars and events.
get()
Returns the color definitions for calendars and events.
Args:
Returns:
An object of the form:
{
"calendar": { # 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. Read-only.
},
"updated": "A String", # Last modification time of the color palette (as a RFC 3339 timestamp). Read-only.
"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.
},
"kind": "calendar#colors", # Type of the resource ("calendar#colors").
}