You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-csc/resources/data/callForwardTimeSets.json

31 lines
713 B

{
"data": [
{
"name": "lunch and after hours",
"times": [
{
"hour": "12-13",
"mday": null,
"minute": "0-59",
"month": null,
"wday": "2-6",
"year": null
}
]
},
{
"name": "my timeset",
"times": [
{
"hour": "0-23",
"mday": null,
"minute": "0-59",
"month": null,
"wday": "7-1",
"year": null
}
]
}
]
}