/users/me/calendarList/{calendarId}
PUT
/users/me/calendarList/{calendarId}
calendarList
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://www.googleapis.com/calendar/v3/users/me/calendarList/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"accessRole": "string",
"backgroundColor": "string",
"colorId": "string",
"conferenceProperties": {
"allowedConferenceSolutionTypes": [
"string"
]
},
"defaultReminders": [
{
"method": "string",
"minutes": 0
}
],
"deleted": false,
"description": "string",
"etag": "string",
"foregroundColor": "string",
"hidden": false,
"id": "string",
"kind": "calendar#calendarListEntry",
"location": "string",
"notificationSettings": {
"notifications": [
{
"method": "string",
"type": "string"
}
]
},
"primary": false,
"selected": false,
"summary": "string",
"summaryOverride": "string",
"timeZone": "string"
}
Request
Path Params
calendarId
string
required
Query Params
colorRgbFormat
string
optional
Body Params application/json
Responses
Modified at 2023-08-15 05:59:47