recipe-reschedule-meeting
This recipe updates the time of a Google Calendar event and sends notifications to all attendees.
Is recipe-reschedule-meeting safe to install?
Review the source first: our audit of recipe-reschedule-meeting's source files found 3 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands using the gws binary to modify calendar data.
How we audit skills: our security review methodology.
Who is this skill for?
Users who manage Google Calendar events via the command line.
What can you do with it?
- Locate specific calendar events
- Retrieve event details
- Modify event start and end times
- Notify meeting attendees of schedule changes
How good is this skill?
Quality score: 5/10. The skill provides clear, actionable steps for rescheduling events using the specified CLI tool.
What does the skill file contain?
# 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
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": {"dateT...Frequently asked questions
What dependencies does this skill require?
The skill requires the gws binary and the gws-calendar skill.
Does this skill notify attendees automatically?
Yes, the patch command includes the sendUpdates parameter set to all.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
programmatic-seo
83.5KContent strategists, SEO specialists, and marketers building large-scale, data-driven website content
The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.
ad-creative
64.0KPerformance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative
The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.
recipe-save-email-attachments
16.9KUsers who manage email attachments and Google Drive storage using the Google Workspace CLI
This recipe automates the process of locating Gmail messages containing attachments and saving those files to a specified Google Drive folder.