meetings_get_transcript_by_event
Retrieve a meeting transcript by providing a calendar event ID. Resolves the event to its online meeting to fetch the transcript.
Instructions
Get a meeting transcript starting from a calendar event id, resolving the event to its join URL and then the online meeting. Use when an event id from the calendar tools is all that is available. Optionally takes a known join URL or meeting id to skip lookup steps. Falls back to a time-based match for meetings the user attended rather than organised. Requires OnlineMeetingTranscript.Read.All.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | No | The calendar event ID (from a meeting card or get_meeting_details) | |
| join_url | No | Optional: Teams join URL if already known — skips the event lookup step | |
| online_meeting_id | No | Optional: Teams online meeting ID if already known — skips both the event lookup and JoinWebUrl filter steps entirely. Use this when the meeting card already includes online_meeting_id. |