provider
calendar

Update Event

put/calendar/update

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Request body

idstring required
status'PENDING' | 'RESERVED' | 'CONFIRMED' | 'CANCELLED' | 'COMPLETED' | 'OVERRIDABLE' | 'NO_SHOW'
titlestring nullable
organizerIdstring nullable
startstring date-time nullable
endstring date-time nullable
locationIdstring nullable
type'APPOINTMENT' | 'SHIFT' | 'BLOCK'
attendeeIdsstring[] nullable
serviceIdsstring[] nullable
recurrenceModificationMode'this' | 'future' | 'all'

Enum representing the different modes for handling recurring event modifications Used when modifying recurring events to specify which occurrences should be affected

confirmationTextstring nullable
tzstring nullable
capacityinteger nullable

Response

Successful Response

idstring required
titlestring required
startstring date-time required
endstring date-time required
type'APPOINTMENT' | 'SHIFT' | 'BLOCK' required
status'PENDING' | 'RESERVED' | 'CONFIRMED' | 'CANCELLED' | 'COMPLETED' | 'OVERRIDABLE' | 'NO_SHOW' required
recurringEventIdstring nullable
iconsEventIcon[]
capacityinteger nullable
meetingLinkstring nullable
locationIdstring nullable
formCompletedboolean nullable
remindersstring[]
recurrenceModificationMode'this' | 'future' | 'all'

Enum representing the different modes for handling recurring event modifications Used when modifying recurring events to specify which occurrences should be affected

createdDatestring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.