From schedule-manager
Create a single Google Calendar event. Resolves attendees via the contacts MCP. Optionally links a Drive doc (agenda) into the description.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin schedule-managerThis skill uses the workspace's default tool permissions.
1. **Read config.** Resolve workspace MCP alias, contacts MCP alias, and `defaults.calendar_id`/`defaults.timezone`.
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. Resolve workspace MCP alias, contacts MCP alias, and defaults.calendar_id/defaults.timezone.
Gather event fields from the user (or arguments):
defaults.calendar_id)Resolve attendees. For any attendee given as a name, query the contacts MCP. If the lookup is ambiguous, present matches and let the user pick. If no match, ask for an email.
Confirm the resolved event payload before writing.
Create via the workspace MCP's calendar event creation tool. Capture the event ID and URL.
Report the link.
batch-create-events instead.agenda (action: create, then link).