Colors
Query colors for Google calendars and events.
Table-Specific Information
Select
Returns the color definitions for calendars and events.
SELECT * FROM Colors
Columns
Name | Type | Description |
Id [KEY] | String | The unique color identifier composed of the color type and Id separated by the pipe character. |
EntityType [KEY] | String | The type of the entity the color is specified for. It can be either Calendar or Event |
ColorBackground | String | The background color for the calendar color. |
ColorForeground | String | The foreground color for the calendar color. |
Updated | Datetime | The last time the list of colors was updated. |