diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-16 16:09:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-16 16:09:16 -0600 |
commit | 4462592a15abe78aac66fe7edbf7ed409adb27f5 (patch) | |
tree | 175743f295c5503970a3155a5d3332f9c8df7b2d /README | |
download | libcaldav-4462592a15abe78aac66fe7edbf7ed409adb27f5.tar.gz libcaldav-4462592a15abe78aac66fe7edbf7ed409adb27f5.zip |
Initial import
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +libcaldav 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 + - GetCalName. Get the display name from the collection + - IsCalDAV. Test wether a given URL represents a CalDAV collection + +See INSTALL for further information. + +For an overview of the current status and future feature implementation +study the TODO file. + +Happy Hacking +Michael Rasmussen (mir@datanom.net) |