Usage
m365 teams meeting get
Description
Get specified meeting details
Options
| Option |
Description |
-u, --userId [userId] |
The id of the user, omit to retrieve meetings for current signed in user. Use either id, userName or email, not all. |
-n, --userName [userName] |
The name of the user, omit to retrieve meetings for current signed in user. Use either id, userName or email, not all. |
--email [email] |
The email of the user, omit to retrieve meetings for current signed in user. Use either id, userName or email, not all. |
-j, --joinUrl <joinUrl> |
The join URL from a calendar invite |
Examples
Retrieve meeting details for given meeting with joinurl
m365 teams meeting get --joinUrl https://teams.microsoft.com/l/meetup-join/19%3ameeting_MGQ4MDQyNTEtNTQ2NS00YjQxLTlkM2EtZWVkODYxODYzMmY2%40thread.v2/0?context=%7b%22Tid%22%3a%22909c6581-5130-43e9-88f3-fcb3582cde37%22%2c%22Oid%22%3a%22dc17674c-81d9-4adb-bfb2-8f6a442e4622%22%7d
Additional Info
Details how to retrieve meeting details can be found here; https://learn.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http#example-3-retrieve-an-online-meeting-by-joinweburl
See #3788 for discussion; as far as can be determined with current endpoints there is no way to retrieve the meetingid to prevent use of the joinUrl, so adding an option with the meetingid seems redundant as you cannot list that from the graph, only retrieve it if you already have a joinurl..
We will need a check to make sure userName is required when they are signed in with app permissions.
⚠️ Uses additional permissions, make sure to list them in PR OnlineMeetingArtifact.Read.All, OnlineMeetings.Read.All
⚠️ Add remark that the beta endpoint is subject to change
Usage
m365 teams meeting get
Description
Get specified meeting details
Options
-u, --userId [userId]id,userNameoremail, not all.-n, --userName [userName]id,userNameoremail, not all.--email [email]id,userNameoremail, not all.-j, --joinUrl <joinUrl>Examples
Retrieve meeting details for given meeting with joinurl
m365 teams meeting get --joinUrl https://teams.microsoft.com/l/meetup-join/19%3ameeting_MGQ4MDQyNTEtNTQ2NS00YjQxLTlkM2EtZWVkODYxODYzMmY2%40thread.v2/0?context=%7b%22Tid%22%3a%22909c6581-5130-43e9-88f3-fcb3582cde37%22%2c%22Oid%22%3a%22dc17674c-81d9-4adb-bfb2-8f6a442e4622%22%7dAdditional Info
Details how to retrieve meeting details can be found here; https://learn.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http#example-3-retrieve-an-online-meeting-by-joinweburl
See #3788 for discussion; as far as can be determined with current endpoints there is no way to retrieve the
meetingidto prevent use of thejoinUrl, so adding an option with themeetingidseems redundant as you cannot list that from the graph, only retrieve it if you already have a joinurl..