我想过滤location
的{{1}}属性,更具体地说是event
:
displayName
我可以使用以下方法基于"location": {
"displayName": "Conference Room - Baker",
"locationType": "default",
"uniqueId": "Conference Room - Baker",
"uniqueIdType": "private"
}
进行过滤:
subject
上面的查询似乎可以过滤主题,但是当我尝试过滤/me/calendarview?startdatetime=01-01-2019&enddatetime=12-31-2019&$filter=(isorganizer eq true) and startsWith(subject,'Project')&$top=100&$select=subject,organizer,attendees,start,end,location&$orderby=start/dateTime
时:
location/displayName
我收到以下错误:
查看documentation,/me/calendarview?startdatetime=01-01-2019&enddatetime=12-31-2019&$filter=(isorganizer eq true) and startsWith(location/displayname,'Conference')&$top=100&$select=subject,organizer,attendees,start,end,location&$orderby=start/dateTime
应该是可过滤的: