recipe-reschedule-meeting

Reschedule Google Calendar events and notify attendees of time changes.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill recipe-reschedule-meeting-vikingokft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-reschedule-meeting
Source: https://github.com/vikingokft/vikingo-studio-skills/tree/main/google/recipe-reschedule-meeting
Command: npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill recipe-reschedule-meeting-vikingokft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Move a Google Calendar event to a new time and automatically notify all attendees.

Core Features & Use Cases

  • Reschedules events by updating start and end times and propagates updates to all attendees.
  • Automatically sends notifications to attendees when changes occur.
  • Use case: Adjust a meeting time across time zones and ensure everyone is informed.

Quick Start

Provide the new date/time and attendees list to reschedule the meeting.

Frequently Asked Questions about recipe-reschedule-meeting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reschedule a Google Calendar event and notify attendees of the new time?

Reschedule a Google Calendar event by updating start and end times, which automatically sends notifications to all attendees about the change. The process uses calendar event patch commands to apply new schedules and propagate updates.

Can I automate moving a meeting to a different time zone without manually emailing participants?

Yes, automating meeting rescheduling handles time zone changes and automatically notifies all attendees when times change. This eliminates manual emails by using calendar event updates to send schedule change notifications directly.

Do I need a specific calendar setup to automate event rescheduling across primary calendars?

You need the gws-calendar prerequisite to automate event rescheduling across primary calendars. This setup allows the system to read event details and apply new times using calendar events get and patch commands.

What is needed to start rescheduling meetings of varying sizes through calendar automation?

To start rescheduling meetings, provide the new date and time along with the attendees list. The automation handles meetings of varying sizes by reading event details and sending updates to all participants.

Does automated calendar rescheduling work for events with multiple attendees on primary calendars?

Yes, automated calendar rescheduling applies to any calendar event across primary calendars and handles attendee notifications for meetings of varying sizes. It updates times and sends notifications to all participants.