Places Room List API returns cached data

萝らか妹 提交于 2020-06-29 05:45:29

问题


I have removed 4 existing room lists using Remove-DistributionGroup cmdlet.
I have added 1 new room list using New-DistributionGroup cmdlet.
However when calling the API

https://graph.microsoft.com/beta/places/microsoft.graph.roomlist

(using cURL) with Application Permissions to Places.ReadAll, the API returns the old roomlists and not the new one.

However when calling EWS via EWS Java SDK, the output is as expected i.e. it only shows the new roomlist.
The Office365 Web app also shows the old room lists in the Browse for more rooms option.
Is the places resource returning cached data? If so what is the refresh interval here?

Update (Feb'20) Issue is no longer happening. Changes to roomlists are reflected instantaneously


回答1:


this can take up to 60 hrs to show up in the places API and web app. We are working on making this instant and should have this ready by end of Jan 2020.



来源:https://stackoverflow.com/questions/58877297/places-room-list-api-returns-cached-data

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