Visualizes conference room availability at ChloiHQ. This is done through multiple Google Calendars and is based upon MozillaYVR’s version.
# Clone the repository
https://github.com/chloi/chloihq-conf-free
# Move into the repo
cd chloihq-conf-free
# Install dependencies
npm install
# Start the server
npm start
# View the dashboard in your browser
open http://localhost:5000
- Main Widget
- All Rooms and related Free / Busy information
- Only rooms currently busy
- Only rooms currently free
NOTE Currently busy and free also includes a 5 min start time 'fuzz' where a room will be included if it is about to become free or busy
- Mini Conf:
bbgd0aghsl8qah1eecl3qn44js
- Pairing:
0uqvn3kbbqhgltfajgiouj4nb0
- Phone Room:
o2sggbafvejrl71pnjaqkofj2k
- Conference:
v59uo85e5qvfo4jqsv4hm125ic
Mini Conf
https://www.google.com/calendar/ical/chloi.io_bbgd0aghsl8qah1eecl3qn44js%40group.calendar.google.com/public/basic.ics
Pairing
https://www.google.com/calendar/ical/chloi.io_0uqvn3kbbqhgltfajgiouj4nb0%40group.calendar.google.com/public/basic.ics
Phone Room
https://www.google.com/calendar/ical/chloi.io_o2sggbafvejrl71pnjaqkofj2k%40group.calendar.google.com/public/basic.ics
Conference
https://www.google.com/calendar/ical/chloi.io_v59uo85e5qvfo4jqsv4hm125ic%40group.calendar.google.com/public/basic.ics
Where $EMAIL
= conf room email AND $DATE
= moment.format("YYYYMMDD")