insert_event #1

Merged
bjoernf merged 16 commits from insert_event into master 2023-09-09 08:26:50 +02:00
Showing only changes of commit 2124d401b7 - Show all commits

View File

@ -21,14 +21,17 @@ sudo make install
the default path is for evolution ics files at `~/.local/share/evolution/calendar/system/calendar.ics`
```
ics_analyzer
icscli
```
for a custom path
```
ics_analyzer -f path/to/ics/file.ics
icscli -f path/to/ics/file.ics
```
```
icscli -h
```
#### uninstall
@ -39,9 +42,6 @@ sudo make uninstall
#### TODO
- option to add events (evolution does not care about duplicate uuids)
(but use libuuid to create uuids)
- add option to print upcoming events only until a certain date
- improve makefile
- rename executable to ics_cli
- show end date for events that span over multiple days
- tests