Skip to main content
POST
Create a schedule

Authorizations

Authorization
string
header
required

Use the Authorization header with Bearer scheme.

Examples:

  • API Key: Authorization: Bearer calid_xxxxx

Body

application/json
name
string
required

Human-readable schedule name.

Example:

"Weekday Working Hours"

timeZone
string

IANA timezone identifier used for this schedule.

Example:

"Asia/Kolkata"

Response

Schedule created

Schedule created

success
enum<boolean>
required
Available options:
true
data
object
message
string
meta
object