+1
-1
README.md
+1
-1
README.md
···-Currently, it operates on directories of [`.ics`](https://datatracker.ietf.org/doc/html/rfc5545) files (as managed by tools like [vdirsyncer](https://github.com/pimutils/vdirsyncer)).+Currently, it operates on a [vdir](https://pimutils.org/specs/vdir/) directory of [`.ics`](https://datatracker.ietf.org/doc/html/rfc5545) files (as managed by tools like [vdirsyncer](https://github.com/pimutils/vdirsyncer)).It has the `list`, `search`, `show`, `add`, `delete`, and `edit` subcommands, and supports timezones.
+1
TODO.org
+1
TODO.org
···
+1
-1
bin/add_cmd.ml
+1
-1
bin/add_cmd.ml
+1
-1
bin/delete_cmd.ml
+1
-1
bin/delete_cmd.ml
···
+2
-2
bin/edit_cmd.ml
+2
-2
bin/edit_cmd.ml
······
+133
bin/event_args.ml
+133
bin/event_args.ml
···
+2
-3
bin/list_cmd.ml
+2
-3
bin/list_cmd.ml
···
+22
-24
bin/query_args.ml
+22
-24
bin/query_args.ml
···
+2
-3
bin/search_cmd.ml
+2
-3
bin/search_cmd.ml
···
+1
-1
bin/show_cmd.ml
+1
-1
bin/show_cmd.ml
···
+2
-2
caledonia.opam
+2
-2
caledonia.opam
···-["icalendar.dev" "git+https://github.com/robur-coop/icalendar#70006afc8cf05963f5187966aae18d40e532d4b5"]+["icalendar.dev" "git+https://github.com/robur-coop/icalendar#1ab8d3970295bc96dc651c53b25c7c9963a27f81"]
+11
-36
lib/calendar_dir.ml
+11
-36
lib/calendar_dir.ml
···············
+3
-3
lib/calendar_dir.mli
+3
-3
lib/calendar_dir.mli
···
+111
-44
lib/event.ml
+111
-44
lib/event.ml
····································
+8
-5
lib/event.mli
+8
-5
lib/event.mli
·········
+5
-43
lib/format.ml
+5
-43
lib/format.ml
············
-18
lib/format.mli
-18
lib/format.mli
······
+28
-36
lib/query.ml
+28
-36
lib/query.ml
···
+4
-4
lib/query.mli
+4
-4
lib/query.mli
······
-200
lib/recur.ml
-200
lib/recur.ml
···
-35
lib/recur.mli
-35
lib/recur.mli
···
+1
-1
test/dune
+1
-1
test/dune
+6
-14
test/test_calendar_dir.ml
+6
-14
test/test_calendar_dir.ml
······
+27
-32
test/test_query.ml
+27
-32
test/test_query.ml
············
-738
test/test_recur.ml
-738
test/test_recur.ml
···-(* Just verify the results without checking the interval, since months have different lengths *)