recipe-reschedule-meeting▌
googleworkspace/cli · updated Apr 8, 2026
Reschedule Google Calendar events and automatically notify all attendees of time changes.
- ›Requires the gws-calendar skill to function
- ›Uses a three-step workflow: find the event via agenda, retrieve full event details, then patch the event with new start and end times
- ›Automatically sends update notifications to all attendees through the sendUpdates: \"all\" parameter
- ›Supports timezone-aware scheduling with configurable date, time, and timezone fields
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>Reschedule a Google Calendar 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>Move a Google Calendar event to a new time and automatically notify all attendees.</p>\n<h2>Steps</h2>\n<ol>\n<li>Find the event: <code>gws calendar +agenda</code></li>\n<li>Get event details: <code>gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'</code></li>\n<li>Update the time: <code>gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"start": {"dateTime": "2025-01-22T14:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-22T15:00:00", "timeZone": "America/New_York"}}'</code></li>\n</ol>"}}]
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.4★★★★★31 reviews- ★★★★★Nikhil Gill· Dec 28, 2024
Registry listing for recipe-reschedule-meeting matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Ganesh Mohane· Dec 24, 2024
Solid pick for teams standardizing on skills: recipe-reschedule-meeting is focused, and the summary matches what you get after install.
- ★★★★★James Jain· Nov 19, 2024
Useful defaults in recipe-reschedule-meeting — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Sakshi Patil· Nov 15, 2024
We added recipe-reschedule-meeting from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Yash Thakker· Nov 11, 2024
recipe-reschedule-meeting is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Nikhil Anderson· Oct 10, 2024
I recommend recipe-reschedule-meeting for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Chaitanya Patil· Oct 6, 2024
recipe-reschedule-meeting fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Dhruvi Jain· Oct 2, 2024
Keeps context tight: recipe-reschedule-meeting is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Chinedu Robinson· Sep 5, 2024
Registry listing for recipe-reschedule-meeting matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Emma Choi· Aug 24, 2024
recipe-reschedule-meeting reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 31