ics_cli/README.md
2023-08-22 00:16:38 +02:00

442 B

Show upcoming events of an .ics file.

At the moment the standard path to the ics file used by the email client evolution is used.
You can set the path to your .ics file in src/main.c:

const char ICS_PATH[] = "tests/calendar.ics";

(uncomment some lines after that)

make run

installation

make
sudo make install

uninstall

sudo make uninstall

TODO

  • improve makefile
  • tests