问题
What APIs can i use to see
- busy/free times of a contact that I'm trying to schedule with.
- If the contact has subject and location visible, I'd want to have access to that information too.
(Much like the "scheduling" wizard in the outlook desktop application)
I tried /users/Id/events ... I can't access other users events of course. I tried calendarview with just start and end. 403. Forbidden on other users calendars.
I do have granted Calendars.Read scope in my app
回答1:
Graph includes functionality specifically for finding meeting times. You pass it a set of constrains (location, time window, etc.) and a list of attendees and it returns a list of available meeting times.
来源:https://stackoverflow.com/questions/45203738/what-outlook-api-do-you-use-for-seeing-busy-free-subject-location