我正在尝试按类别过滤Outlook事件,但我遇到了查询问题。我尝试使用以下查询,但它们返回错误消息。
https://graph.microsoft.com/v1.0/me/events?$filter=startswith(Categories, 'test')
https://graph.microsoft.com/v1.0/me/events?$filter=contains(Categories, 'test')
我得到以下输出
"code": "BadRequest",
"message": "The argument for an invocation of a function with name 'contains' is not a single value. All arguments for this function must be single values.",
此查询的正确语法是什么?图表是否支持按类别过滤事件?如果是这样,还有其他方法可以按类别过滤事件吗?
感谢
答案 0 :(得分:3)
请使用以下语法: https://graph.microsoft.com/v1.0/me/events $滤波器=类别/任何?(A:A + +当量 '红+分类')