From schedule-manager
Delete a Google Calendar event. Confirms before deleting; warns when attendees will receive cancellation notices.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerThis skill uses the workspace's default tool permissions.
1. **Read config.** Workspace MCP alias.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Read config. Workspace MCP alias.
Identify the event (ID, URL, or fuzzy reference — see edit-event for the resolution flow).
Show event details including attendee list.
Warn the user if attendees are present — deletion sends cancellation notices.
Confirm. Require explicit "yes, delete" before proceeding.
Delete via workspace MCP. Report result.