SonicOS/X API Reference Guide

Object: Schedule

{

"schedule": {

"name": "{string}",

"uuid": "{string}",

"occurs": {

"once": {

"event": {

"start": "{string}",

"end": "{string}" } },

| "recurring": {

"recurring": [

{

"start": "{string}",

"end": "{string}",

"sun": {boolean},

"mon": {boolean},

"tue": {boolean},

"wed": {boolean},

"thu": {boolean},

"fri": {boolean},

"sat": {boolean} },

... ]

},

| "mixed": {

"event": {

"start": "{string}",

"end": "{string}" },

"recurring": [

{

"start": "{string}",

"end": "{string}",

"sun": {boolean},

"mon": {boolean},

"tue": {boolean},

"wed": {boolean},

"thu": {boolean},

"fri": {boolean},

"sat": {boolean} },

... ] } } }

}

Was This Article Helpful?

Help us to improve our support portal

Techdocs Article Helpful form

  • Hidden
  • Hidden

Techdocs Article NOT Helpful form

  • Still can't find what you're looking for? Try our knowledge base or ask our community for more help.
  • Hidden
  • Hidden