CalendarDay

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

Examples

Example 1

{
    "disabled": false,
    "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"
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
0.2.0 stable