meeting-list

Lists recent Google Calendar meetings with attendees grouped by date.

Updated Sep 5, 2026
One-click install
npx skills add https://github.com/SillyHippy/zo-skills --skill meeting-list-sillyhippy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-list
Source: https://github.com/SillyHippy/zo-skills/tree/main/skills/zo-meeting-list
Command: npx skills add https://github.com/SillyHippy/zo-skills --skill meeting-list-sillyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual effort of scrolling through your calendar to remember who you met with recently, giving you a consolidated view of past meetings and their attendees. ## Core Features & Use Cases - Calendar Retrieval: Fetches Google Calendar events for a specified date range, defaulting to the last week. - Attendee Filtering: Filters events by attendee count, defaulting to small meetings with fewer than 3 external attendees, excluding your own email. - Organized Output: Groups meetings by date in chronological order and presents them in a table with date, meeting title, and attendee emails. - Use Case: Before writing weekly follow-up emails, ask for your recent meetings to get a table of everyone you met with, organized by day. ## Quick Start Show me all the meetings I had last week with fewer than 3 attendees, organized by date.

Frequently Asked Questions about meeting-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see who I met with recently on Google Calendar?

Ask for your recent meetings and this skill fetches Google Calendar events for the past week, then lists each meeting with its attendee emails grouped by date. You can specify a different date range if needed.

How to filter Google Calendar meetings by number of attendees?

The skill counts attendees on each event, excluding your own email, and keeps only meetings below a threshold. By default it shows small meetings with fewer than 3 attendees, but you can request a different filter.

Does this skill work with recurring calendar events?

Yes, it sets singleEvents to true when calling the Google Calendar API, which expands recurring events into individual instances. Each occurrence appears separately in chronological order.

What date range does the meeting list cover by default?

By default it covers the last one week of calendar events. You can override this by specifying any custom date range in your request.

Can I use this skill without a Google Calendar integration?

No, the skill depends on the Google Calendar tool to fetch events. Without a connected Google Calendar account, there is no event data to retrieve or filter.