@googleworkspace/recipe-reschedule-meeting
Move a Google Calendar event to a new time and automatically notify all attendees.
No skills found in this collection.
SKILL.md
| name | recipe-reschedule-meeting |
| description | Move a Google Calendar event to a new time and automatically notify all attendees. |
| metadata | gws |
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"}}'
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.
No demos yet. To add one, ask your AI agent: "Submit a demo for @googleworkspace/recipe-reschedule-meeting" — or upload via the API.
To add a demo, ask your AI agent: "Submit a demo for @googleworkspace/recipe-reschedule-meeting"
No eval data yet. Eval results are published via the SkillSafe API.