meetings_list_with_transcripts
Lists recent meetings and concurrently checks for transcripts. Returns subject, time, organizer, meeting ID, and has_transcript flag to find meetings worth summarizing without fetching each transcript.
Instructions
List recent meetings and flag which ones actually have a transcript, checking each concurrently. Returns subject, time, organiser, the online meeting id and a has_transcript boolean. Use this to find something worth summarising without fetching transcripts one at a time to discover most meetings were never recorded. Requires Calendars.Read and OnlineMeetingTranscript.Read.All.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | Number of days back to look (1–90) | |
| max_meetings | No | Maximum meetings to return (transcript check is concurrent so larger values are fine) |