gws-meeting-scheduler
Installation
SKILL.md
Meeting Scheduler
Find mutual availability and create Google Calendar events using the gws CLI.
Prerequisites
gwsCLI installed and authenticated
Workflow
1. Resolve attendee email
If the user provides a name but no email, search past calendar events:
gws calendar events list --params '{"calendarId":"primary","q":"<name>","maxResults":10}'
Look at the attendees array in results to find the matching email. If multiple matches, ask the user to confirm.