diff options
author | gregory guy <[email protected]> | 2020-10-02 11:39:51 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-10-02 11:39:51 +0200 |
commit | a9a88a04a1cd125ed5de72fe281d00c92fc17fb3 (patch) | |
tree | 4c449392d28e958560030f331b9b9fdc5bc0776f /README | |
parent | 56b524167a51840143c4a2c64df8ca873b77e82b (diff) | |
download | libcaldav-a9a88a04a1cd125ed5de72fe281d00c92fc17fb3.tar.gz libcaldav-a9a88a04a1cd125ed5de72fe281d00c92fc17fb3.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted NEWS (no real content).
Rework of the README file.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'README')
-rw-r--r-- | README | 44 |
1 files changed, 29 insertions, 15 deletions
@@ -1,19 +1,33 @@ -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 + libcaldav - a caldav PIM clients library. + + +Libcaldav provides a C interface for caldav PIM clients. -See INSTALL for further information. -For an overview of the current status and future feature implementation -study the TODO file. -Happy Hacking -Michael Rasmussen ([email protected]) +FEATURES: +========= + +* 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 + + + + +CONTRIBUTING +============== + +If you wish to contribute to libcaldav, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |