api - Microsoft Graph API : Filter Calendar Events by Attendees

标签 api odata microsoft-graph-api office365api

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

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”的事件列表

最佳答案

从我所看到的,事件参与者过滤似乎被破坏了。检查以下链接:

Unable to filter messages...

我仍在寻找是否有办法,如果/当我找到一些东西时会更新。

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

Ms Graph Github Issues

关于api - Microsoft Graph API : Filter Calendar Events by Attendees,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45941499/

相关文章:

javascript - 在 ES6、OOP Javascript 编程中转换 ES5 IIFE

c# - 使用 Github api 违反协议(protocol)

javascript - 如何在 React 中渲染相互关联的单独 JSON

microsoft-graph-api - 使用 Microsoft Graph SDK 1.4 NuGet 的增量查询

azure-functions - Microsoft Graph 更改通知是否始终为 CREATED 事件发送 UPDATED 通知?

api - 我可以使用 Telegram bot api 检测我的机器人组吗

api - API网关如何通过内省(introspection)验证访问 token

c# - 将 LINQ 与 OData AddQueryOption 相结合

asp.net - 抽象通用 ODataController 类导致 'No HTTP resource was found'

python - Microsoft Graph API 委托(delegate)权限