Skip to main content
Version: v3

Create Block Slot

POST 

/calendars/events/block-slots

Create block slot

Request

Version stringrequired

API Version

Available optionsv3
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