Custom Times Widget Schedule

Object represents custom schedule of events on specified days of week.

Example

{
    "monday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "tuesday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "wednesday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "thursday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "friday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "saturday": 
    [
        {
            "startAt": "18:30:00",
            "endAt": "19:00:00"
        }
    ],
    "sunday": 
    [
        {
            "startAt": "18:30:00",
            "endAt": "19:00:00"
        }
    ]
}

Fields

Last updated