/users/me/calendarList/{calendarId}
GET
/users/me/calendarList/{calendarId}
calendarList
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.googleapis.com/calendar/v3/users/me/calendarList/'
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
Responses
Modified at 2023-08-15 05:59:47