24 lines
250 B
Markdown
24 lines
250 B
Markdown
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
|
|
```
|
|
|
|
#### installation
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
```
|
|
sudo make install
|
|
```
|
|
|
|
#### TODO: improve Makefile
|