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

recipe-reschedule-meeting

Reschedule Google Calendar events and automatically notify all attendees of time changes.

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-reschedule-meeting
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-reschedule-meeting 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-reschedule-meeting.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Reschedule Google Calendar events and automatically notify all attendees of time changes. PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Move a Google Calendar event to a new time and automatically notify all attendees. - 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 - Find the event: gws calendar +agenda - Get event details: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' - Update the time: 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"}}'

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-reschedule-meeting do?

Reschedule Google Calendar events and automatically notify all attendees of time changes.

Is recipe-reschedule-meeting good?

recipe-reschedule-meeting does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-reschedule-meeting?

recipe-reschedule-meeting currently lists compatibility with Skills CLI.

Is recipe-reschedule-meeting safe to install?

recipe-reschedule-meeting 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-reschedule-meeting?

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

How do I install recipe-reschedule-meeting?

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

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering