Update Block Slot
PUT/calendars/events/block-slots/:eventId
Update block slot by ID
Request
Version stringrequired
API Version
Available options
v3eventId stringrequired
Event Id or Instance id. For recurring appointments send masterEventId to modify original series.
- application/json
- Body
- Example (auto)
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
{
"title": "Test Event",
"calendarId": "CVokAlI8fgw4WYWoCtQz",
"assignedUserId": "CVokAlI8fgw4WYWoCtQz",
"locationId": "C2QujeCh8ZnC7al2InWR",
"startTime": "2021-06-23T03:30:00+05:30",
"endTime": "2021-06-23T04:30:00+05:30"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
idstringrequired
Id
locationIdstringrequired
Location Id
titlestringrequired
Title
startTimeobjectrequired
Start Time
endTimeobjectrequired
End Time
calendarIdstring
Calendar id
assignedUserIdstring
Assigned User Id
{
"id": "0TkCdp9PfvLeWKYRRvIz",
"locationId": "C2QujeCh8ZnC7al2InWR",
"title": "My event",
"startTime": "2021-06-23T03:30:00+05:30",
"endTime": "2021-06-23T04:30:00+05:30",
"calendarId": "CVokAlI8fgw4WYWoCtQz",
"assignedUserId": "0007BWpSzSwfiuSl0tR2"
}