Create a Calendar
POST {{baseUrl}}/v3/grants/:grant_id/calendars
Create a calendar.
Request Body
{"name"=>"<string>", "description"=>"<string>", "location"=>"<string>", "metadata"=>{"your-key"=>"<string>"}, "timezone"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","data":"\u003cobject\u003e"}