Skip to main content
Version: v3

Update Block Slot

PUT 

/calendars/events/block-slots/:eventId

Update block slot by ID

Request

Version stringrequired

API Version

Available optionsv3
eventId stringrequired

Event Id or Instance id. For recurring appointments send masterEventId to modify original series.

application/json

Bodyrequired

    titlestring

    Title

    calendarIdstringrequired

    Either calendarId or assignedUserId can be set, not both.

    assignedUserIdstring

    Either calendarId or assignedUserId can be set, not both.

    locationIdstringrequired

    Location Id

    startTimestring

    Start Time

    endTimestring

    End Time

application/json

Successful response

Schema
    idstringrequired

    Id

    locationIdstringrequired

    Location Id

    titlestringrequired

    Title

    startTimeobjectrequired

    Start Time

    endTimeobjectrequired

    End Time

    calendarIdstring

    Calendar id

    assignedUserIdstring

    Assigned User Id