summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index d8325e7..a0f675c 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,6 @@ calendar-cli
Simple command-line CalDav client, for adding and browsing calendar items, todo list items, etc
-This is work in progress. Writing to calendars seems to work, and I'm using it actively for adding stuff to my calendars - taking out the agenda is not completed yet.
-
Rationale
---------
@@ -86,11 +84,10 @@ Remember to `chmod og-r ~/.config/calendar.conf` or `chmod 0600 ~/.config/calend
Add a calendar item "testevent" at 2013-10-01:
- ./calendar-cli.py calendar add 2013-10-01 testevent
+ ./calendar-cli.py calendar --calendar-url=http://calendar.bekkenstenveien53c.oslo.no/caldav.php/tobias/calendar/ add 2013-10-01 testevent
(assumes that `caldav-url`, `calldav-pass` and `caldav-user` has been added into configuration file. Those may also be added as command line options)
-
Objectives
----------
@@ -106,9 +103,9 @@ Milestones
* CalDAV login (working as of version 0.02)
* Push calendar item into CalDAV server (working as of version 0.02, but both an URL for the caldav server and an URL for the actual calendar has to be given)
* Config file with CalDAV connection details (working as of version 0.03)
+* Replace calendar-URL with calendar-path (working as of version 0.04)
* Find default calendar-path (working as of version 0.04)
-* Export ical file (working as of version 0.05)
-* Show agenda (... hit a snag in the underlying libary. considering to replace the library.)
+* Show agenda
* CLI-interface for creating ical todo events
* Push todo item into CalDAV server
@@ -120,5 +117,3 @@ Status
2013-09-28: version 0.02 - possible to add a calendar item to the caldav server
2013-10-02: version 0.03 - support for configuration file
2013-10-05: version 0.04 - no need to specify URL for the default calendar
-2013-10-10: Attempts on implementing "agenda" stalled a bit due to problems with the library used. Considering to switch library.
-2013-11-30: version 0.05 - added the calendar "addics" command for adding an ics file