meetings_get_from_join_url
Resolve a Microsoft Teams join URL to its online meeting ID, subject, and start time, enabling transcript and attendance retrieval.
Instructions
Resolve a Teams join URL to its online meeting record, returning the online meeting id, subject and start time. A plumbing step: the online meeting id is what the transcript and attendance tools need, and a calendar event only carries the join URL. Fails for meetings the user attended but did not organise, because the underlying Graph filter is organiser-only. Requires OnlineMeetings.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| join_url | Yes | The Teams join URL from the calendar event (onlineMeeting.joinUrl) |