Commit Graph

4 Commits

Author SHA1 Message Date
6f5c5409f5 Una versione del modulo Remind pensata da GitHub Copilot Claude Opus 4.5 2025-12-28 16:17:41 +01:00
fae5dd7761 Aggiunto manuale di remind in formato Markdown 2025-12-28 16:16:23 +01:00
83dfd0dfa9 feat: initial implementation of iCalendar to Remind converter
- Add project scaffolding (dune, dune-project, opam, .ocamlformat)
- Implement basic parsing and handling of iCalendar events
- Add event predicates for common event types (all-day, timed,
  recurrence, exceptions)
- Add transformation logic to map iCalendar events to Remind format
  (stub implementation)
- Provide utilities for extracting event details and converting
  dates/times
- Set up executable entrypoint and command-line interface using Cmdliner
- Include Remind event type definitions and helpers
2025-11-30 19:33:35 +01:00
d79471cc62 Initial commit 2025-10-03 20:12:50 +00:00