summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTobias Brox <tobixen@gmail.com>2013-12-03 02:49:07 +0100
committerTobias Brox <tobixen@gmail.com>2013-12-03 02:49:07 +0100
commitf2b2d724e8abdbdd64e3505a37b8e437bc42b20d (patch)
treeaa3149524e7141cc49845e5d95c9d20bcbe63dce /README.md
parent00cada22626d587ea59c05ffe7046136db0d796d (diff)
downloadcalendar-cli-f2b2d724e8abdbdd64e3505a37b8e437bc42b20d.zip
bumped the version number and fixed up the README a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 8 insertions, 13 deletions
diff --git a/README.md b/README.md
index d8325e7..a7b56ba 100644
--- a/README.md
+++ b/README.md
@@ -99,21 +99,15 @@ Objectives
* It should be possible to get out lists ("agenda") of calendar items and todo-items.
* Interface for copying calendar items between calendars, even between calendars on distinct caldav servers
-Milestones
-----------
-
-* CLI-interface for creating ical calendar events (working as of version 0.01)
-* 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)
-* 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.)
+Roadmap
+-------
+* Show agenda. Hope to have this in place during January 2014. (I've been hitting a snag in the underlying library, and will probably have to replace it).
+* Delete events. Needed for making a functional test suite.
+* Fix a functional test suite.
* CLI-interface for creating ical todo events
-* Push todo item into CalDAV server
-Status
-------
+History
+-------
2013-09-15: Made a repository at github and wrote up this README.
2013-09-24: version 0.01 - supports creating an ical-file based on command line parameters
@@ -122,3 +116,4 @@ Status
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
+2013-12-02: Some merging of work between the "agenda" branch and the master branch; causing a minor API change (new option --nocaldav has to be specified if running the utility without connecting to a caldav server)