GET {{baseUrl}}/calendars/users/:userIdentifier/calendarList/:calendarId
Returns a calendar from the user's calendar list. The user can be Scopes: Rate Limit Label: me
or a given calendar ID. calendar:read
,calendar:read:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<email>",
"kind": "<string>",
"etag": "<string>",
"summary": "<string>",
"description": "<string>",
"location": "<string>",
"timeZone": "<string>",
"colorId": "<string>",
"backgroundColor": "<string>",
"foregroundColor": "<string>",
"hidden": "<boolean>",
"selected": "<boolean>",
"accessRole": "reader",
"defaultReminders": [
{
"method": "popup",
"minutes": "<integer>"
},
{
"method": "popup",
"minutes": "<integer>"
}
],
"defaultAllDayReminders": [
{
"method": "email",
"minutes": "<integer>"
},
{
"method": "popup",
"minutes": "<integer>"
}
],
"notificationSettings": {
"notifications": [
{
"type": "eventChange",
"method": "email"
},
{
"type": "agenda",
"method": "email"
}
]
},
"primary": "<boolean>",
"deleted": "<boolean>",
"summaryOverride": "<string>"
} |
ENDPOINTS