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

Field
Type
Comments

monday

Represents of schedules work in Monday

tuesday

Represents of schedules work in Tuesday

wednesday

Represents of schedules work in Wednesday

thursday

Represents of schedules work in Thursday

friday

Represents of schedules work in Friday

saturday

Represents of schedules work in Saturday

sunday

Represents of schedules work in Sunday

Last updated