Paolo Donadeo c7d17acebc feat(event-predicates): warn on unhandled recurrence overrides and multiple masters
- Add `warn_unhandled_recurring` collector that emits a warning when
  `RECURRENCE-ID` overrides are present but not yet handled, emitting
  the master event as-is
- Register `warn_unhandled_recurring` in `all_collectors`
- Warn when more than one master event (no `RECURRENCE-ID`) is found for
  a UID in `separate_master_and_recurrence`, using only the first
2026-06-20 00:10:25 +02:00
2026-06-20 00:10:09 +02:00
2026-06-20 00:10:09 +02:00
2026-06-20 00:10:09 +02:00
2026-06-20 00:10:09 +02:00
2026-06-20 00:10:09 +02:00
2026-06-20 00:10:09 +02:00
2026-06-20 00:10:09 +02:00
2026-06-20 00:10:09 +02:00

remind-sync

Simple program to convert iCalendar files into remind format

Description
ical2rem reads iCalendar (.ics) files and produces reminders in the Remind format. It handles recurring events, exceptions (EXDATE/RECURRENCE-ID), alarms (VALARM), timezones, and Windows timezone names.
Readme MIT 999 KiB
2026-06-20 10:10:11 +00:00
Languages
OCaml 83.9%
Standard ML 14.2%
Dune 1.9%