ics_cli/README.md

48 lines
722 B
Markdown
Raw Normal View History

2023-08-26 09:58:23 +02:00
**Note: .ics files from Microsoft Outlook will NOT be supported!**
2023-08-30 18:05:48 +02:00
Show upcoming events of an .ics file.\
(primarily for ics files from `Gnome Evolution`)
2023-08-15 16:45:54 +02:00
```
make run
```
2023-08-15 17:08:23 +02:00
2023-08-15 20:20:39 +02:00
#### installation
2023-08-15 17:10:26 +02:00
2023-08-15 20:20:39 +02:00
```
make
```
```
sudo make install
```
2023-08-15 17:10:26 +02:00
2023-08-30 18:05:48 +02:00
#### usage
the default path is for evolution ics files at `~/.local/share/evolution/calendar/system/calendar.ics`
```
ics_analyzer
```
for a custom path
```
ics_analyzer -f path/to/ics/file.ics
```
#### uninstall
```
sudo make uninstall
```
#### TODO
2023-08-30 18:05:48 +02:00
- option to add events (evolution does not care about duplicate uuids)
(but use libuuid to create uuids)
2023-08-24 01:57:34 +02:00
- add option to print upcoming events only until a certain date
- improve makefile
2023-08-30 18:05:48 +02:00
- rename executable to ics_cli
- tests