API or Feed to allow third party devices read meeting info
We would like an API or XML feed so that we can read meeting details to third party devices such as airtame etc.
For example, if you use airtame or similar in your meeting rooms for presentations it would be good to display the current meeting information on the screen / time remaining, next meeting etc.

-
Admin[Deleted User] (Admin, Condeco) commented
There is an endpoint that allow a 3rd party system to get a single room's bookings for up to two weeks in advance.
../api/V1/bookings?startDate={startDate}&endDate={endDate}&roomId={roomId}[&deletedBooking][&createdBy][&createdOn][&modifiedOn]
Additionally there is a notification system that can be used to give both notification of bookings being added or updated, but also of notification of booking events (start/stop/extend).
This is designed to be consumed by a listener service so that meeting status etc can be reflected in a 3rd party system quickly
-
Andrew Matheson commented
+1 on this also to potentially be a query-able API so we could set up an airtame in the office open spaces to show free meeting rooms / desks.