Make it possible to get events from resource calendars (e.g. meeting rooms) in Office 365. Looking at the current connectors, only a few tweaks are neccessary.
The call in the Office 365 connector, GetCalendarTables, needs to provide an argument so we can specify the email address of the meeting room, rather than just returning the calendar ids of the current user.
Then (presumably) we can use the GetEventsCalendarViewV2 call to get the events for a given date range. This call requires the calendar id of the calendar to look up. So using the calendar id of the resource calendar obtained in GetCalendarTables we can then look the events.
Alternatively, make another method like GetEventsCalendarViewV2, but one that accepts the email of the resource calendar, rather than the calendar id specifically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding @LanceDelano to see if we can offer an easy way to reverse the existing query (find open rooms vs. find all events booked to a room).
Thank you for your patience and clarifications,
Audrie