Microsoft图形 API:按与会者筛选日历事件



必须按多个与会者过滤事件,我不知道过滤它的正确方法。

https://graph.microsoft.com/v1.0/me/events?$filter=attendees/any(emailadress:startswith(emailadress/name,'xxxxv@xxx.com'))

"location": {
"displayName": "Test"
},
"recurrence": null,
"attendees": [
{
"type": "required",
"status": {
"response": "none",
"time": "0001-01-01T00:00:00Z"
},
"emailAddress": {
"name": "yyyy ",
"address": "yyy@yyy.com"
}
},
{
"type": "required",
"status": {
"response": "none",
"time": "0001-01-01T00:00:00Z"
},
"emailAddress": {
"name": "xxxx",
"address": "xxx@xxx.com"
}
},

我想获取与会者电子邮件地址为"xxx@xx.com,yyy@yy.com"的活动列表

据我所知,活动参与者过滤似乎被破坏了。查看以下链接:

无法过滤邮件...

我仍在搜索是否有办法,并在找到某些内容时更新。

似乎有一个开放的票证来处理这个问题。我已经将我的信息添加到票证中,但您可能也希望这样做。

Ms Graph Github问题

相关内容

  • 没有找到相关文章

最新更新