Paolo Donadeo 425ce06816 feat(monthly): add support for MONTHLY recurrence (P07, P08)
- Add `monthly_pattern`, `simple_monthly` types and `monthly` field to
  `rem`
- Implement `render_monthly` and `add_until_monthly` in `remind.ml`
- Handle `BYMONTHDAY` (P07) and nth-weekday `BYDAY` (P08) patterns in
  `eventPredicates.ml`
- Add `add_months` utility for date arithmetic
- Mark P07 and P08 as implemented in documentation
2026-06-20 00:19:54 +02:00
2025-09-01 00:00:00 +02:00
2025-09-01 00:00:00 +02:00
2025-09-01 00:00:00 +02:00
2025-09-01 00:00:00 +02:00
2025-09-01 00:00:00 +02:00
2025-09-01 00:00:00 +02:00
2025-09-01 00:00:00 +02:00
2025-09-01 00:00:00 +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%