Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 334 Bytes

File metadata and controls

23 lines (22 loc) · 334 Bytes

POST /settings GET /settings

{
    "auth": { 
        // auth details 
    },
    "calendars": [
        {"id": 0 }
    ],
    "allocatedBlocks": {
        "dhuhr": {
            "time": 30000
        },
        //...
    },
    "options": {
        "outOfHours": true,
        "automatedRoomAllocation": true
    }
}