Simple Node app to show room free/busy information.
Clone this project
$ cd path-to-your-project-location
$ cp .env.exmaple .env
Edit .env file and add correct room e-mail and password to access room calendar events
$ npm install
$ npm start
- open browser http://localhost:3002