Skip to main content
Version: v3

Update user availability schedule

PUT 

/calendars/schedules/:id

Modify an existing schedule by updating its rules, timezone, and name All fields are optional - only provided fields will be updated.

Request

Version stringrequired

API Version

Available optionsv3
id stringrequired

Unique identifier of the schedule to update

application/json

Bodyrequired

    namestring

    Human-readable name for the schedule

    rulesobject[]

    Updated schedule rules defining when the schedule is active

    timezonestring

    Updated timezone for the schedule (IANA timezone identifier)

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

application/json

Schedule updated successfully

Schema
    scheduleobjectrequired

    Schedule