Calendars
Create a new calendar
post/calendars
Request body
Example request
{
"schedule": {
"preset": "custom"
}
}Response
Calendar created
Example response
{
"schedule": {
"preset": "custom",
"timezone": "America/Chicago",
"timezone_source": "explicit"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.