Microsoft graph api - Fetching events returns funky subject

荒凉一梦 提交于 2020-03-05 08:05:36

问题


I suspect that there might be a bug in the graph Api.

I have a Powershellscript that fetches events for a series of meetingrooms.

the URL i use: "https://graph.microsoft.com/v1.0/users/roomuserid/Events? $Filter=start/datetime ge '2018-10-29'"

the response looks like it should(in Json format), but however, on some events(but not all) the subject field seems to also include the name of the organizer.

For example: if John Doe books a meeting in meetingroom 1, with the subject "Meeting1", the graph api would sometimes return the subject as "John Doe Meeting1" where i expected it to be just "Meeting1".

Has anyone else encountered this, or seen similar behavior with the Graph Api?

Edit: Subject field is covered, as it contains the name of a user. but as you can see, the response looks good, it just appends the name of the user to the subject.

来源:https://stackoverflow.com/questions/53615999/microsoft-graph-api-fetching-events-returns-funky-subject

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