POST
/
v2
/
bookings
/
{bookingUid}
/
mark-absent

Headers

cal-api-version
string
required

Must be set to 2024-08-13

Authorization
string
required

value must be Bearer <token> where <token> either managed user access token or api key prefixed with cal_

Path Parameters

bookingUid
string
required

Body

application/json
host
boolean

Whether the host was absent

attendees
string[]
required

Toggle whether an attendee was absent or not.

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
data
object
required

Booking data, which can be either a BookingOutput object or a RecurringBookingOutput object