Reschedule a Google Calendar Meeting

SkillProductivity

This skill lets your AI move a Google Calendar meeting to a new time and automatically notify everyone who was invited. Once added, you can ask your assistant to reschedule a meeting for you, and all attendees hear about the change without you sending updates yourself.

Available today. Use it from your connected AI after setup.

After adding the skill, ask your AI to move a specific Google Calendar meeting to the time you want. Attendees are notified automatically once the change is made.

Then ask your AI: use the Reschedule a Google Calendar Meeting skill

What your AI can do with it

  • Move a Google Calendar event to a new time
  • Automatically notify all attendees when a meeting is rescheduled
  • Handle the rescheduling for you when you ask

What this skill tells your AI

The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-reschedule-meeting/SKILL.md and read by ahel’s review.

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

  1. Find the event: gws calendar +agenda
  2. Get event details: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'
  3. 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"}}'

Signals

GitHub stars
31k
Forks
2k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
recipe-reschedule-meeting
Source
github.com/googleworkspace/cli