blob: eeb8b152c35fc5b064c34948613b3aee5faec119 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
libcaldav - a caldav PIM clients library.
Libcaldav provides a C interface for caldav PIM clients.
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
|