recipe-reschedule-meeting
This recipe automates moving Google Calendar events to different times while sending updates to all attendees. It chains calendar lookup, event retrieval, and time-change operations into a single workflow.
recipe-reschedule-meeting moves a Google Calendar event to a new time and notifies all attendees automatically.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-22
recipe-reschedule-meeting moves a Google Calendar event to a new time and notifies all attendees automatically. This recipe automates moving Google Calendar events to different times while sending updates to all attendees. It chains calendar lookup, event retrieval, and time-change operations into a single workflow.
Use it when
- Yes.
- recipe-reschedule-meeting does exactly that.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
googleworkspace/cli/recipe-reschedule-meeting · repository language: Rust
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I reschedule a Google Calendar event?
recipe-reschedule-meeting automates the process by looking up your calendar, retrieving the event you want to move, and updating it to the new time in a single workflow. You specify the event and new time slot, and the recipe handles the calendar operations for you.
Does recipe-reschedule-meeting notify attendees when I move a meeting?
Yes. recipe-reschedule-meeting is designed to move calendar events and automatically notify all attendees of the time change. When you reschedule, update notifications are sent to everyone invited to the meeting.
Can I reschedule meeting and notify attendees in one step?
recipe-reschedule-meeting does exactly that. It chains calendar lookup, event retrieval, and time-change operations into a single workflow, so rescheduling and sending attendee notifications happen together without manual follow-up steps.
What happens when I change event time in Google Calendar with this recipe?
recipe-reschedule-meeting updates the meeting time and automatically sends change notifications to all attendees. The recipe streamlines the entire rescheduling workflow so you don't have to manually notify people of the new time.
Is recipe-reschedule-meeting available under an open license?
Yes. recipe-reschedule-meeting is distributed under the Apache-2.0 license, making it freely available for use, modification, and distribution under those terms.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Reschedule a Google Calendar Meeting
> 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.
Steps
- 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"}}'
File tree — 1 file
skills/recipe-reschedule-meeting/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Reschedule a Google Calendar meeting to a new time”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This recipe automates adding multiple attendees to an existing Google Calendar event while sending notifications to all participants. It retrieves the event, patches it with a list of attendee emails, and verifies the changes.
This recipe automates setup of repeating calendar meetings in Google Calendar, adding attendees and configuring recurrence rules in a single operation. It builds on the gws-calendar skill to handle the full workflow.
Google Calendar integrates with gws to let you browse your agenda, schedule new events with attendees, query availability windows, and handle RSVPs. Works on macOS and Linux with Google Workspace OAuth credentials and the gws CLI tool.
This recipe orchestrates the full post-mortem workflow across Google Workspace: it creates a structured document in Docs, schedules a review meeting in Calendar, and sends a notification through Chat. Perfect for incident response teams needing to standardize their retrospective process.
This recipe automates file distribution by retrieving attendees from a Google Calendar event and granting them access to specified Google Drive files. It uses the gws-calendar and gws-drive skills to fetch event details and manage sharing permissions.
This recipe automates the setup of recurring focus time blocks on Google Calendar, marking them as busy to shield your deep work from interruptions. It uses the gws-calendar skill to establish weekly blocks across weekdays.
More skills Google Workspace Cli (unlicensed) · Google Calendar (NOASSERTION) · gws-calendar-agenda (Apache-2.0) · meeting-scheduler (MIT) · persona-project-manager (Apache-2.0)