Skip to content

dates

An array of booking dates, each containing a list of scheduled call times for the talent.

ACCESS

Directly accessible in:

Booking Details Model Schedule

Example

json
[{
  "title": "Monday 31 January 2025",
  "schedules": []
}]

Properties

Each item in the array has the following properties:

title string
schedules array

Array of schedule objects.