From che-ical-mcp
Parses natural language to create a calendar event with conflict checking. Accepts time, date, duration, and location.
How this command is triggered — by the user, by Claude, or both
Slash command
/che-ical-mcp:quick-eventThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Quick Event Creation Parse the user's natural language input and create a calendar event. ## Process 1. **Parse input**: Extract title, date, time, duration, location from user's request 2. **List calendars**: Show available calendars if not specified 3. **Check conflicts**: Verify the time slot is available 4. **Create event**: Use `create_event` with proper ISO8601 datetime format ## Examples User: "Meeting with John tomorrow at 2pm for 1 hour" → Parse: title="Meeting with John", date=tomorrow, start=14:00, duration=1h → Create: start_time="2026-01-19T14:00:00+08:00", end_time="202...
Parse the user's natural language input and create a calendar event.
create_event with proper ISO8601 datetime formatUser: "Meeting with John tomorrow at 2pm for 1 hour" → Parse: title="Meeting with John", date=tomorrow, start=14:00, duration=1h → Create: start_time="2026-01-19T14:00:00+08:00", end_time="2026-01-19T15:00:00+08:00"
User: "Dentist on Friday 10am at 123 Main St" → Parse: title="Dentist", date=Friday, start=10:00, location="123 Main St" → Create with location parameter
npx claudepluginhub psychquant/che-ical-mcp --plugin che-ical-mcp/meeting-briefGuides interactive interview to build structured meeting agenda with time allocations, outcomes, and prep notes; auto-fetches calendar details if connected.
/event-timelineGenerates a comprehensive day-of event timeline with minute-by-minute schedule, vendor assignments, setup/teardown tasks, contact info, and contingency plans.
/meeting-startDetect the current meeting, start a Voice Memo recording, and mark attendance.
/create-appointmentCreates Syncro calendar appointment with subject, start/end times; optional customer, ticket, technician, location, notes. Validates inputs, POSTs to API, returns confirmation and link.
/meeting-briefFormats scattered context, calendar events, and notes into a sharp meeting prep brief with talking points, open risks, and participant analysis.