We currently use Joan devices to display upcoming meetings in rooms. It works OK, but they have drawbacks.
- They are very expensive. Each device ranges between $500 to $899.
- To get more features, you have to subscribe to a service for each device.
- The wall mounts are a ridiculous $150 a piece. We have 16, which would mean we spend $2,400 on wall mounts alone!
Use the Microsoft Graph to determine the meeting schedule of each room and the attendees in our building. I want to build a Raspberry Pi attached to an E-Ink display that will display that information.
I also want to list the parts and build a wall mountable enclosure for this device.
- Can you use the Microsoft Graph to see rooms in your organization?
- Can you use the Microsoft Graph to see upcoming meetings?
Any code samples would be greatly appreciated.
Yes, I would like this to be Open Source.
There is a new API in beta called "Places" https://docs.microsoft.com/en-us/graph/places-concept-overview
That is designed to provide you all kinds of information about places (e.g. conference rooms) in your organization.
At the moment there is no "official" connection between an event on a calendar and a place. We have encouraged the team to make that happen but if I recall I believe they said they were going to try and sync the location ID with the place Id. Therefore, the location in the event can be used to look up the place. Don't @ me, I can only fix so much at once!