Schedule free and busy time ranges.
name | data type | description |
---|---|---|
free | array of Range | Returns the free ranges. |
busy | array of Range | Returns the busy ranges. |
Example
{ "free" : [ { "start" : "...", "end" : "..." }, { "start" : "...", "end" : "..." } ], "busy" : [ { "start" : "...", "end" : "..." }, { "start" : "...", "end" : "..." } ] }