meetings_list_past
List the signed-in user's past meetings, most recent first, with times, organiser and join URL, optionally filtering to online ones. Use it to review attendance or choose a meeting to summarise.
Instructions
List the signed-in user's meetings from the last N days, most recent first, optionally restricted to online ones. Returns id, subject, times, organiser and join URL. The starting point for 'what did I attend' and for finding a meeting to summarise — meetings_list_with_transcripts is better when only recorded meetings matter. Requires Calendars.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | Number of days back to look (1–90) | |
| max_results | No | Maximum meetings to return | |
| online_only | No | If True, only return meetings with a Teams join URL |