Hi,
I have been taking a look at the template for a room booking system (in Power Apps > Create > Book a Room). This uses the GetRoomLists function of the Office365Outlook connector. This collects the room lists (which are really just a type of distribution list) with this command:
ClearCollect(RoomsLists, Office365.GetRoomLists().value);
Without resorting to making a custom connector to MS Graph, is there a way to get a different set of distribution lists - e.g. ones starting with "Vehicle".
The reason I'm asking is I'd like to be able to book vehicles (which we have as resource mailboxes in Exchange Online) via a Power App.
Thanks!