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..
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..
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
© 2022 - 2024 — McMap. All rights reserved.