Schedule a Recurring Meeting
SkillProductivityYour AI can create a recurring event on Google Calendar and invite attendees, so a repeating meeting gets scheduled with its guests without you building it by hand. Once this skill is added, describe the event, how often it should repeat, and who should attend, and your AI sets it up.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the skill, tell your AI what the event is, how it should repeat, and who to invite. Your AI will create the recurring event on Google Calendar with those attendees.
Then ask your AI: use the Schedule a Recurring Meeting skill
What your AI can do with it
- Create an event on Google Calendar
- Set an event to repeat on a schedule
- Invite attendees to the event
- Set up a standing meeting with guests invited
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-schedule-recurring-event/SKILL.md and read by ahel’s review.
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Create a recurring Google Calendar event with attendees.
Steps
- Create recurring event:
gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Weekly Standup", "start": {"dateTime": "2024-03-18T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2024-03-18T09:30:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO"], "attendees": [{"email": "team@company.com"}]}' - Verify it was created:
gws calendar +agenda --days 14 --format table
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
recipe-schedule-recurring-event- Source
- github.com/googleworkspace/cli