> recipe-reschedule-meeting
Move a Google Calendar event to a new time and automatically notify all attendees.
fetch
$
curl "https://skillshub.wtf/googleworkspace/cli/recipe-reschedule-meeting?format=md"SKILL.md•recipe-reschedule-meeting
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"}}'
> related_skills --same-repo
> recipe-watch-drive-changes
Subscribe to change notifications on a Google Drive file or folder.
> recipe-sync-contacts-to-sheet
Export Google Contacts directory to a Google Sheets spreadsheet.
> recipe-share-folder-with-team
Share a Google Drive folder and all its contents with a list of collaborators.
> recipe-share-event-materials
Share Google Drive files with all attendees of a Google Calendar event.
┌ stats
installs/wk0
░░░░░░░░░░github stars21.3K
██████████first seenMar 18, 2026
└────────────