recipe-schedule-recurring-event

googleworkspace/cli · updated Apr 8, 2026

$npx skills add https://github.com/googleworkspace/cli --skill recipe-schedule-recurring-event
0 commentsdiscussion
summary

Schedule recurring Google Calendar events with attendees and recurrence rules.

  • 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
skill.md

1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Schedule a Recurring Meeting</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-calendar</code></p>\n</blockquote>\n<p>Create a recurring Google Calendar event with attendees.</p>\n<h2>Steps</h2>\n<ol>\n<li>Create recurring event: <code>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"}]}'</code></li>\n<li>Verify it was created: <code>gws calendar +agenda --days 14 --format table</code></li>\n</ol>"}}]

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.632 reviews
  • Benjamin Diallo· Dec 28, 2024

    Useful defaults in recipe-schedule-recurring-event — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Benjamin Iyer· Dec 24, 2024

    recipe-schedule-recurring-event has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Emma Chen· Dec 16, 2024

    We added recipe-schedule-recurring-event from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Isabella Bhatia· Nov 19, 2024

    recipe-schedule-recurring-event is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Isabella Bansal· Nov 15, 2024

    recipe-schedule-recurring-event fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Noor Ramirez· Oct 10, 2024

    Keeps context tight: recipe-schedule-recurring-event is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Benjamin Abebe· Oct 6, 2024

    We added recipe-schedule-recurring-event from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Anika Robinson· Sep 25, 2024

    Useful defaults in recipe-schedule-recurring-event — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Yash Thakker· Sep 13, 2024

    I recommend recipe-schedule-recurring-event for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Sofia Srinivasan· Sep 1, 2024

    recipe-schedule-recurring-event has been reliable in day-to-day use. Documentation quality is above average for community skills.

showing 1-10 of 32

1 / 4