Add Multiple Attendees to a Calendar Event
SkillCommunicationLets your agent add a list of attendees to an existing Google Calendar event and notify them.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Add Multiple Attendees to a Calendar Event skill
About this capability
Add a list of attendees to an existing Google Calendar event and send notifications.
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-batch-invite-to-event/SKILL.md and read by ahel’s review.
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.
Steps
- Get the event:
gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' - Add attendees:
gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"attendees": [{"email": "alice@company.com"}, {"email": "bob@company.com"}, {"email": "carol@company.com"}]}' - Verify attendees:
gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
recipe-batch-invite-to-event- Source
- github.com/googleworkspace/cli