What outlook API do you use for seeing busy/free subject location

心已入冬 提交于 2019-12-24 06:17:07

问题


What APIs can i use to see

  1. busy/free times of a contact that I'm trying to schedule with.
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!