按名称或电子邮件地址查找房间

4
使用Microsoft Graph API,我想通过名称或电子邮件地址查找会议室,例如:
https://graph.microsoft.com/beta/me/findRooms?$filter=startswith(mail,'cal_')

或者

https://graph.microsoft.com/beta/me/findRooms?$filter=startswith(name,'Building 1')

我们的房间不在RoomLists中,而且有超过100个房间。

我该如何查询特定的房间或一部分房间?


Martin,请确保您接受此答案,以帮助更好地为Google搜索者指引。 - T-Heron
1个回答

6

谢谢Jason,我已经添加了这个功能请求 - Martin Sommer
这个功能请求有任何更新吗?我还需要使用搜索文本来搜索房间。 - user2185592

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接