Gives an overview of all the available dates and times in a month with the current checkout settings
Field | Type | Description |
---|---|---|
disabled | Bool | This day is only selectable when disabled is false |
day_of_week | Int | Day of the week, 1 = monday, 7 = sunday |
times | [CalendarInterval] | A list of time ranges in which you can select a time (and sometimes an end_time) |
human | String | Human (translated) representation of this date |
date | Date | YYYY-MM-DD representation of the date |
{
"disabled": true,
"day_of_week": 16,
"times": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
],
"human": "...",
"date": "2019-01-31"
}