GET {{baseUrl}}/calendars/colors
Returns the color definitions for calendars and events. Scopes: Rate Limit Label: calendar:read
,calendar:read:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"kind": "calendar#colors",
"updated": "<dateTime>",
"calendar": [
{
"color_id": "<string>",
"value": {
"foreground": "<string>",
"background": "<string>"
}
},
{
"color_id": "<string>",
"value": {
"foreground": "<string>",
"background": "<string>"
}
}
],
"event": [
{
"color_id": "<string>",
"value": {
"foreground": "<string>",
"background": "<string>"
}
},
{
"color_id": "<string>",
"value": {
"foreground": "<string>",
"background": "<string>"
}
}
]
} |
ENDPOINTS