/calendars
POST
/calendars
calendars
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.googleapis.com/calendar/v3/calendars' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"conferenceProperties": {
"allowedConferenceSolutionTypes": [
"string"
]
},
"description": "string",
"etag": "string",
"id": "string",
"kind": "calendar#calendar",
"location": "string",
"summary": "string",
"timeZone": "string"
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 05:59:47