insert_event #1
12
README.md
12
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user