Skip to content

mattwag05/calendar-organizer

v1.1.0

Extract schedules from files, images, and text, then produce structured calendar data and ICS files.

Calendar organizer

Extract schedule data from Excel, CSV, ICS, images, or text. The skill applies explicit time rules, previews ambiguous events, and can write an RFC 5545 ICS file.

Components

PathPurpose
plugin.jsonAgent Plugins v1 manifest.
skills/calendar-organizer/SKILL.mdParsing, review, and output workflow.
skills/calendar-organizer/scripts/parse_excel.pyExcel and CSV parser.
skills/calendar-organizer/scripts/generate_ics.pyICS generator.
skills/calendar-organizer/scripts/setup_venv.shLocal Python environment setup.

Claude Code users can also run /organize-calendar; that command is generated as a thin adapter for the same skill.