Using the Microsoft Graph API, I would like to find rooms by either name or email address, such as:https://graph.microsoft.com/beta/me/findRooms?$filter=startswith(mail,'cal_')orhttps://graph.microsoft.com/beta/me/findRooms?$filter=startswith(name,'Building 1')Our rooms are not in RoomLists, and there are well over 100 rooms.How can I query for a specific, or subset of rooms? 解决方案 The API is very limited in beta, and doesn't support OData query parameters like $filter. Let the team know how you feel about it :) https://officespdev.uservoice.com/. 这篇关于按名称或电子邮件地址查找房间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-15 01:09