Go to file
2023-08-15 17:10:26 +02:00
src added gitignore and moved .ics to tests dir 2023-08-15 16:50:00 +02:00
tests added gitignore and moved .ics to tests dir 2023-08-15 16:50:00 +02:00
.gitignore used .gitconfig and put it in .gitignore 2023-08-15 17:03:53 +02:00
Makefile first commit 2023-08-15 16:31:07 +02:00
README.md updated readme again 2023-08-15 17:10:26 +02:00

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