Skip to main content
Version: v3

Create event calendar availability schedule

POST 

/calendars/schedules/event-calendar/:calendarId

Create a new availability schedule specifically for an event calendar. The calendar ID is provided in the path, and schedule rules and timezone are provided in the request body.

Request

Version stringrequired

API Version

Available optionsv3
calendarId stringrequired

Unique identifier of the event calendar

application/json

Bodyrequired

    rulesobject[]required

    Schedule rules defining when the schedule is active

    timezonestringrequired

    Timezone for the schedule (IANA timezone identifier)

    Possible values: Value must match regular expression ^[A-Za-z_]+/[A-Za-z_]+$

application/json

Schedule created successfully for the event calendar

Schema
    scheduleobjectrequired

    The event calendar schedule