Skip to main content
Version: v3

Create user availability schedule

POST 

/calendars/schedules

Create new schedule with specified rules, timezone, location, user and calendar associations.

Request

Version stringrequired

API Version

Available optionsv3
application/json

Bodyrequired

    rulesobject[]

    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_]+$

    locationIdstringrequired

    Location ID where this schedule applies

    namestringrequired

    Human-readable name for the schedule

    userIdstringrequired

    User ID associated with the schedule

    calendarIdsstring[]

    Calendar IDs associated with the schedule

application/json

Schedule created successfully

Schema
    scheduleobjectrequired

    Schedule