- Intent
- Convert schedule CSV files to iCalendar (.ics) with template-based validation, then import into your calendar app. Local-only processing.
- What it does
- Reads template-based CSV input, validates required fields/date formats/optional recurrence rules, then generates standards-friendly .ics output for calendar import.
- Key features
- Shift/Class/Deadline templates, Validation errors by row, Timezone mode (floating/TZID/UTC), RRULE (freq/interval/count/until/byday/bymonthday/bymonth/bysetpos/wkst), Error rows CSV export, ICS download, Local-only processing
- Privacy
- Everything runs locally in your browser. CSV data is not uploaded.
- Best for
- Operations teams converting existing schedule CSV files into calendar events
- People who want to avoid manual event-by-event calendar entry
- Users who need local-only conversion for sensitive schedule data
- Why this tool
- Template-first mapping reduces setup mistakes
- Validation catches broken date and recurrence formats before export
- Error rows can be exported and fixed in bulk
- Security guardrails (formula neutralization + input limits) are built in