POST {{baseUrl}}/calendars
Creates a secondary calendar. Scopes: Rate Limit Label: calendar:write
,calendar:write:admin
HEAVY
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"kind": "calendar#calendar",
"etag": "<string>",
"id": "<email>",
"summary": "<string>",
"timeZone": "<string>",
"description": "<string>",
"location": "<string>"
} |
ENDPOINTS