ics_cli/README.md
2023-08-15 17:10:26 +02:00

191 B

Show upcoming events of an .ics file.

Set the path to your .ics file in src/main.c:

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

TODO: improve Makefile