Recipe Schedule Recurring Event
/install recipe-schedule-recurring-event
Schedule a Recurring Meeting
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": "[email protected]"}]}' - Verify it was created:
gws calendar +agenda --days 14 --format table
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-schedule-recurring-event - After installation, invoke the skill by name or use
/recipe-schedule-recurring-event - Provide required inputs per the skill's parameter spec and get structured output
What is Recipe Schedule Recurring Event?
Create a recurring Google Calendar event with attendees. It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.
How do I install Recipe Schedule Recurring Event?
Run "/install recipe-schedule-recurring-event" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Schedule Recurring Event free?
Yes, Recipe Schedule Recurring Event is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Schedule Recurring Event support?
Recipe Schedule Recurring Event is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Schedule Recurring Event?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.