mirror of https://github.com/sipwise/ngcp-csc.git
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.
31 lines
713 B
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|