Usage
m365 outlook room list
Description
Returns all available rooms
Options
| Option |
Description |
| --roomlistEmail [roomlistEmail] |
Use to filter returned places by their roomlist |
Additional Info
Read more on: https://docs.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http
pnp/cli-for-microsoft-365-maintainers please advice on the command structure. The actual http request will be /places/microsoft.graph.roomlist I am not keen on adding places as part of the command structure as the name itself doesn't say much about the logic. Initially it is part of Exchange so we could go with m365 exo places roomlist list or as a place is always part of the calendar go with calendar.
This would be one of the few commands needed to build #2625 will spec out the rooms if we can decide on the proper structure.
Return values for CSV and Display should be Type,displayName,emailAddress,phone
Usage
m365 outlook room list
Description
Returns all available rooms
Options
Additional Info
Read more on: https://docs.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http
pnp/cli-for-microsoft-365-maintainers please advice on the command structure. The actual http request will be/places/microsoft.graph.roomlistI am not keen on adding places as part of the command structure as the name itself doesn't say much about the logic. Initially it is part of Exchange so we could go withm365 exo places roomlistlist or as a place is always part of the calendar go with calendar.This would be one of the few commands needed to build #2625 will spec out the
roomsif we can decide on the proper structure.Return values for CSV and Display should be
Type,displayName,emailAddress,phone