ics_analyzer/README.md

16 lines
191 B
Markdown
Raw Normal View History

2023-08-15 16:45:54 +02:00
Show upcoming events of an .ics file.
2023-08-15 17:10:26 +02:00
Set the path to your .ics file in `src/main.c`:
```
const char ICS_PATH[] = "tests/calendar.ics";
```
2023-08-15 16:45:54 +02:00
```
make run
```
2023-08-15 17:08:23 +02:00
2023-08-15 17:10:26 +02:00
2023-08-15 17:08:23 +02:00
#### TODO: improve Makefile