summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-16 14:59:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-16 14:59:26 -0600
commit60733179a9153d05f1a66b12bc889d8abe449b49 (patch)
tree994b1566d85231edeed3e28d4fd1c162234b1d78 /README
downloadlibcarddav-60733179a9153d05f1a66b12bc889d8abe449b49.tar.gz
libcarddav-60733179a9153d05f1a66b12bc889d8abe449b49.zip
Initial import of libcarddav
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5c8bf54
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+libcarddav Version 0.1.0
+
+These are the feature so far
+ - Support for VEVENT
+ - Add. Add a new event to the collection
+ - Get. Get one or more events from the collection
+ - Getall. Get all events from the collection
+ - Modify. Modify an event
+ - Delete. Delete an event
+ - GetCardName. Get the display name from the collection
+ - IsCardDAV. Test whether a given URL represents a CardDAV collection
+
+See INSTALL for further information.
+
+For an overview of the current status and future feature implementation
+study the TODO file.
+
+Happy Hacking
+Timothy Pearson (kb9vqf@pearsoncomputing.net)
+Michael Rasmussen (mir@datanom.net)