This repository has been archived on 2025-02-01 . You can view files and clone it, but cannot push or open issues or pull requests.
7cb6f902b6e8913ad4cf5a0e5be757d3b752c22c
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
- option -f to choose ics file
- improve makefile
- tests
Description
Languages
C
92%
Meson
4.2%
Shell
3.8%