Bookings
Mark a booking absence
POST
/
v2
/
bookings
/
{bookingUid}
/
mark-absent
Headers
cal-api-version
string
requiredMust be set to 2024-08-13
Authorization
string
requiredvalue must be Bearer <token>
where <token>
either managed user access token or api key prefixed with cal_
Path Parameters
bookingUid
string
requiredBody
application/json
attendees
string[]
requiredToggle whether an attendee was absent or not.
host
boolean
Whether the host was absent
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
, error
data
object
requiredBooking data, which can be either a BookingOutput object or a RecurringBookingOutput object
Was this page helpful?