Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-schedule-recurring-event

Schedule recurring Google Calendar events with attendees and recurrence rules.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-schedule-recurring-event
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-schedule-recurring-event has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-schedule-recurring-event.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Schedule recurring Google Calendar events with attendees and recurrence rules. PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Create a recurring Google Calendar event with attendees. - Requires the gws-calendar skill and gws bin to be loaded - Supports full iCalendar recurrence rules (RRULE) for flexible scheduling patterns like weekly, monthly, or custom intervals - Includes attendee management, timezone configuration, and event verification via agenda view - 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

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-schedule-recurring-event do?

Schedule recurring Google Calendar events with attendees and recurrence rules.

Is recipe-schedule-recurring-event good?

recipe-schedule-recurring-event does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-schedule-recurring-event?

recipe-schedule-recurring-event currently lists compatibility with Skills CLI.

Is recipe-schedule-recurring-event safe to install?

recipe-schedule-recurring-event has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-schedule-recurring-event?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-schedule-recurring-event?

Run the following command to install recipe-schedule-recurring-event: npx skills add https://github.com/googleworkspace/cli --skill recipe-schedule-recurring-event

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering