Microsoft Graph API:由与会者过滤日历事件

时间:2017-08-29 14:19:00

标签: api odata microsoft-graph office365api

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

  

https://graph.microsoft.com/v1.0/me/events $滤波器=与会者/任何?(的emailadress:startswith(的emailadress /名字, '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'的活动列表

1 个答案:

答案 0 :(得分:0)

根据我所看到的,事件参与者过滤似乎已损坏。检查以下链接:

Unable to filter messages...

我仍在寻找是否有办法,如果有发现,将会更新。

似乎有一张公开票正在处理这个问题。我已将我的信息添加到票证中,但您也可能想要。

Ms Graph Github Issues