find-online-meeting-by-join-url
find-online-meeting-by-join-urlResolve a Teams meeting join URL to its online meeting details, linking calendar events to transcripts, recordings, and attendance.
Instructions
Resolve an onlineMeeting from a Teams join URL (calendar event -> onlineMeeting.joinUrl -> this tool). This is how a calendar event is connected to its transcripts/recordings/attendance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. | |
| joinWebUrl | Yes | The Teams meeting join URL (event.onlineMeeting.joinUrl) |