From gws
Batch adds attendees to an existing Google Calendar event using GWS CLI patch and sends notifications. Prerequisite: gws-calendar skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-batch-invite-to-eventThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-calendar`
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Add a list of attendees to an existing Google Calendar event and send notifications.
gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"attendees": [{"email": "[email protected]"}, {"email": "[email protected]"}, {"email": "[email protected]"}]}'gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'npx claudepluginhub wadewarren/gws-claude-pluginShares Google Drive files with all attendees of a Google Calendar event using gws-calendar and gws-drive CLI commands. Invoke manually or auto-loads when relevant.
Manages Google Calendar events via Apps Script API: query today/week/upcoming/range events for availability checks, create events with titles, times, guests, descriptions, and auto-invites.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.