Command-line and Emacs Calendar Client
1- [x] list/search events
2- [x] add/remove events
3- [x] edit events
4- [x] timezones
5- [x] remove collection module
6 - ref [[https://github.com/ocaml-ppx/ppxlib/issues/481]] cc patrick
7- [ ] allow editing recurrence-ids
8- [ ] don't load all calendars into memory to show only one event
9- [ ] support specifying duration
10- [ ] better add/edit event datetime parsing
11- [ ] diagnose events failing to parse
12 - [[https://github.com/robur-coop/icalendar/issues/14]]
13- [ ] [[https://github.com/robur-coop/icalendar/pull/13][handle RECURRENCE-ID]]
14- [ ] [[https://github.com/robur-coop/icalendar/issues/15][RRULE with local datetime]]
15- [ ] CalDAV syncing
16 - Currently, you can use [[https://github.com/pimutils/vdirsyncer][vdirsyncer]]
17- [ ] support querying times as well as dates
18- [ ] custom date/time formatting
19- [ ] support querying regex
20- [ ] support VTIMEZONE
21- [ ] support VALARMS
22- [ ] support VOTODS
23- [ ] support VCARDS
24- [ ] server mode
25 - and maybe hold =Event='s in-memory instead of parsing them for every =Query=
26- [ ] implement TUI front end with something like [[https://github.com/leostera/minttea][minttea]]
27- [ ] implement an emacs client like mu4e
28- [ ] parallel queries