Microsoft Graph API Creating Event no longer returning conferenceId

假装没事ソ 提交于 2020-12-06 12:46:49

问题


We have been using the Graph API to create meetings in PHP using the Model\Event::class. It's been fine for many months. As part of the event packet we include onlineMeeting => true.

This would return (as per the Graph API documentation) an onlineMeeting json section in the returned json response properties. This would include (as per the documentation here https://docs.microsoft.com/en-us/graph/api/resources/onlinemeetinginfo?view=graph-rest-1.0) various useful bits of information like the toll number and more importantly the conference id for the meeting.

In the last week something seems to have changed and this is not being returned in the response json. onlineMeetings now only includes joinUrl.


回答1:


We're actually experiencing the exact same thing here, last Friday we had one meeting that did return the number and conference ID and the rest going through up to now do not. They only include the meetingURL.

I contacted support and they are submitting a ticket to the Exchange department who handles this API call. I will report back what I hear from them.

Final update: Microsoft has re-added those variables so things should be back to normal!



来源:https://stackoverflow.com/questions/64123465/microsoft-graph-api-creating-event-no-longer-returning-conferenceid

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