summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTobias Brox <tobixen@gmail.com>2013-12-03 03:02:16 +0100
committerTobias Brox <tobixen@gmail.com>2013-12-03 03:02:16 +0100
commit4856c3fb1b2f01a415687c6b9c7d4fc873bd642f (patch)
tree4ba946d171099968c50d8814c0b5f766ba2e4c9a /README.md
parent17535330f0877a4403c716ad160420396a6e878f (diff)
downloadcalendar-cli-4856c3fb1b2f01a415687c6b9c7d4fc873bd642f.zip
cleaned up the README a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 8bacf50..6c19e46 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ Objectives
Roadmap
-------
* Allow specification of event duration when adding events to calendar
-* 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).
+* Show agenda. Hope to have this in place during January 2014. (I've obeen 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
@@ -118,11 +118,11 @@ Roadmap
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
-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
-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)
+* 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
+* 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
+* 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)