FreeBusy Data Type

Schedule free and busy time ranges.

Properties
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" : "..."
  } ]
}