Simple .ics parser to pretty print the events on the terminal.
``` $ almanac week personal.ics other.ics
Mon Dec 10 2018 17:00-18:00 event 1
Wed Dec 12 2018 ----------- all day event description 19:00-20:00 nother event ```
There is a config file, in toml format in your config folder:
The format is: ```
cals = ["/home/foo/mycal.ics", "/tmp/anothercal.ics"] ```