/colors
GET
/colors
colors
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.googleapis.com/calendar/v3/colors'
Response Response Example
{
"calendar": {
"property1": {
"background": "string",
"foreground": "string"
},
"property2": {
"background": "string",
"foreground": "string"
}
},
"event": {
"property1": {
"background": "string",
"foreground": "string"
},
"property2": {
"background": "string",
"foreground": "string"
}
},
"kind": "calendar#colors",
"updated": "2019-08-24T14:15:22Z"
}
Request
None
Responses
Modified at 2023-08-15 05:59:47