Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 2.31 KB

README.md

File metadata and controls

92 lines (63 loc) · 2.31 KB

Screenshot of the ChloiHQ conf free display.


ChloiHQ Conf Free

Visualizes conference room availability at ChloiHQ. This is done through multiple Google Calendars and is based upon MozillaYVR’s version.

Getting Started

# 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

Endpoints and API

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

ChloiHQ Supported Conference Rooms

  • Mini Conf: bbgd0aghsl8qah1eecl3qn44js
  • Pairing: 0uqvn3kbbqhgltfajgiouj4nb0
  • Phone Room: o2sggbafvejrl71pnjaqkofj2k
  • Conference: v59uo85e5qvfo4jqsv4hm125ic

Booking Events

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")