ics_analyzer/README.md

325 B

Show upcoming events of an .ics file.

make run

installation

make
sudo make install

uninstall

sudo make uninstall

TODO

  • use strftime function in pretty_print_date_time function?
  • add option to print upcoming events only until a certain date
  • improve makefile
  • tests