provider
calendar

Create Event

post/calendar/create

Query parameters

timezonestring required
send_notificationsboolean

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Request body

titlestring required
organizerIdstring required
startstring date-time required
endstring date-time required
locationIdstring nullable
type'APPOINTMENT' | 'SHIFT' | 'BLOCK' required
attendeeIdsstring[] nullable
serviceIdsstring[] nullable
confirmationTextstring 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.