The booking calendar object contains the customer facing subject, internal name, URL for booking calendars on your account, meeting duration in minutes and indicates whether the booking calendar is published. Learn more about booking calendars

FieldTypeDescription
objectstringString representing the object’s type. Objects of the same type share the same value. The type here is booking_calendar.
idstringUnique identifier for the object.
hoststringThe user id / team id of the booking calendar meeting host. Additional attendees are not included.
namestringThe internal label / name of the booking calendar.
subjectstringThe customer-facing subject of the booking calendar.
urlurlThe URL of the booking calendar.
publishedbooleanTrue if this booking calendar is enabled and accepts bookings.
duration_minutesnumberMeeting duration in minutes.

.

BOOKING CALENDAR

{
  "object": "booking_calendar",
  "id": "BKC-LDJ878496X",
  "subject": "Meeting with Gilad Goraly",
  "host": "USR-HYPGJXN3A8",
  "url": "https://oncehub.com/gilad15",
  "name": "Gilad Goraly booking calendar",
  "published": true,
  "duration_minutes": 30
}