904 Digital Media: open times
get_availabilityOpen start times for one 904 Digital Media service, read from 904 Digital Media's live calendar. Pass service_id from list_services. Optional from and to: a date (YYYY-MM-DD, read in 904 Digital Media's time zone; a to date includes that whole day) or a date-time with its offset (e.g. 2026-10-06T09:00:00-04:00). The default is the next 7 days and the most is 14; the window actually searched is returned as window. Returns up to 50 times, each as an exact start (pass it unchanged to request_booking) and as local time in 904 Digital Media's time zone; when there are more, more is true and next_from is where to continue. Times are not held: request_booking checks again. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Latest time: a date (that whole day is included) or a date-time with its offset. Default: 7 days after from; at most 14. | |
| from | No | Earliest time: a date (YYYY-MM-DD, in the business's time zone) or a date-time with its offset. Default: now. | |
| staff_id | No | Only this person's times (a staff id from list_services). | |
| service_id | Yes | The service's id from list_services. |