Get the color definitions for calendars and events

GET {{baseUrl}}/calendars/colors

Returns the color definitions for calendars and events.

Scopes: calendar:read , calendar:read:admin

Rate Limit Label : LIGHT

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"kind":"calendar#colors","updated":"\u003cdateTime\u003e","calendar":[{"color_id":"\u003cstring\u003e","value":{"foreground":"\u003cstring\u003e","background":"\u003cstring\u003e"}},{"color_id":"\u003cstring\u003e","value":{"foreground":"\u003cstring\u003e","background":"\u003cstring\u003e"}}],"event":[{"color_id":"\u003cstring\u003e","value":{"foreground":"\u003cstring\u003e","background":"\u003cstring\u003e"}},{"color_id":"\u003cstring\u003e","value":{"foreground":"\u003cstring\u003e","background":"\u003cstring\u003e"}}]}