New command: m365 outlook room list
See original GitHub issueUsage
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
Issue Analytics
- State:
- Created 2 years ago
- Comments:23 (23 by maintainers)
Hi Team, I would like to contribute to PnP community, can I take this one as my first contribution?
If we’re talking about two different entities then I’d suggest for naming
m365 outlook room list
andm365 outlook roomlist list
. I suggested usingplace
instead ofroom
to accommodate bothroom
androomlist
but if they’re two different types of information then we shouldn’t mix them as it would be confusing.