question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New command: m365 outlook room list

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:23 (23 by maintainers)

github_iconTop GitHub Comments

3reactions
akashkardacommented, Jan 27, 2022

Hi Team, I would like to contribute to PnP community, can I take this one as my first contribution?

2reactions
waldekmastykarzcommented, Jan 29, 2022

If we’re talking about two different entities then I’d suggest for naming m365 outlook room list and m365 outlook roomlist list. I suggested using place instead of room to accommodate both room and roomlist but if they’re two different types of information then we shouldn’t mix them as it would be confusing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure rooms and workspaces for Room Finder - Outlook
Configure the properties on both room mailboxes by using the Set-User cmdlet in Exchange Management Shell.
Read more >
Creating room lists in Outlook - Meetio
Connect to Exchange Powershell and run the following command to create a room list: New-Distributiongroup -Name 'Room List Name' -RoomList.
Read more >
Resources and Room Lists | Enterprise Connect for Office 365 ...
To create a collection of rooms called “Meeting Rooms” issue the following Powershell command: New-DistributionGroup -Name "Meeting Rooms" -RoomList ...
Read more >
How Outlook's Room Finder Uses Metadata from the Places ...
The Outlook Places service uses metadata stored for conference rooms and room lists to help users find suitable meeting places.
Read more >
How to: Create a room list in Exchange - SharePointSapiens
New -DistributionGroup -Name "Rooms Vienna" –RoomList · # get all room mailboxes $Members=Get-Mailbox -Filter {(RecipientTypeDetails -eq " ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found