How can I get an Office365 meeting room calendar using Outlook Calendar REST API?
I can't find anything useful on the api documentation or stackoverflow..
Use the Room FinderIn a new meeting, select the Scheduling Assistant button on the ribbon. Select the Room Finder button to the right of the Location field or select Browse with Room Finder at the bottom in the list of suggested locations. Use the Show a room list drop-down to pick a list of rooms.
The calendar API lets you get calendar items of the signed-in user, or users who have shared or delegated their calendars to the signed-in user.
Save time and organize meetings with Doodle scheduling directly from Outlook. With the Outlook Add-in, there is no need to waste time switching back and forth between the two platforms. This is what you can do: Access all your Doodle meetings and booking pages links directly from within Outlook.
To export your calendar, open Outlook and then click File > Open & Export. Choose the “Import/Export” option. In the Import and Export Wizard that opens, select “Export to a file” and then click “Next”. Select “Comma Separated Values” and click “Next”.
You can use the Outlook CalendarView API.
The endpiont is https://outlook.office.com/api/v2.0/users/{user mail address}/calendarview?startDateTime={start_datetime}&endDateTime={end_datetime}
Replace the {user mail address} with the meeting room address.
Find more information from https://msdn.microsoft.com/en-us/office/office365/api/calendar-rest-operations
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With