GET {{baseUrl}}/calendars/:calId
Returns metadata for a calendar. 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
{
"etag": "<string>",
"id": "<email>",
"kind": "calendar#calendar",
"summary": "<string>",
"timeZone": "<string>",
"description": "<string>",
"location": "<string>"
} |
ENDPOINTS