recipe-reschedule-meeting

Reschedule Google Calendar events and notify attendees automatically.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/chaddorsey/letta-code --skill recipe-reschedule-meeting-chaddorsey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-reschedule-meeting
Source: https://github.com/chaddorsey/letta-code/tree/main/.skills/recipe-reschedule-meeting
Command: npx skills add https://github.com/chaddorsey/letta-code --skill recipe-reschedule-meeting-chaddorsey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gws, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of rescheduling Google Calendar events and automatically notifying all attendees, saving time and ensuring everyone is informed.

Core Features & Use Cases

  • Event Rescheduling: Move events to a new time with a single command.
  • Attendee Notification: Automatically notify all attendees of the time change.
  • Use Case: If you need to change the time of a meeting, this Skill can quickly update the event and send out the necessary notifications without manual intervention.

Quick Start

Reschedule the meeting at 2 PM today by running the command: recipe-reschedule-meeting --new-time "2025-01-22T14:00:00" --timezone "America/New_York".

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 meeting and notify attendees automatically?

To reschedule a Google Calendar meeting, you specify a new time and timezone, and the event is updated while attendees automatically receive notification of the time change.

Can I change the time of a Google Calendar event with a single command?

Yes, you can change the time of a Google Calendar event by passing the desired new time and timezone parameters in a single command to update the event.

Do I need Google Workspace API access to modify calendar events for rescheduling?

Yes, you need Google Workspace API access to modify calendar events, as this Skill requires authorized access to your Google Calendar to change event times.

What is the best way to automate meeting rescheduling for attendees in different timezones?

Automating meeting rescheduling across timezones requires specifying the target timezone string, such as America/New_York, ensuring the new event time is applied correctly for all attendees.

Are there limitations to notifying attendees when modifying Google Calendar events?

Limitations include requiring proper Google Workspace API access and valid timezone formatting; without these, the automatic attendee notification and event modification process will fail.