CalDAV access library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
TDE Gitea 56b524167a
Reset submodule main/dependencies/libcaldav/cmake to latest HEAD
4 years ago
cmake@0459cbaf3e Reset submodule main/dependencies/libcaldav/cmake to latest HEAD 4 years ago
doc Conversion to the cmake building system. 5 years ago
m4 Remove obsolete svn directories. 11 years ago
src Removed code formatting modelines. 4 years ago
test Removed code formatting modelines. 4 years ago
.gitmodules Add common directories. 5 years ago
AUTHORS Minor update to AUTHORS file 8 years ago
CMakeLists.txt cmake: Install libraries according to multi-arch rules. 5 years ago
COPYING Initial import 12 years ago
ChangeLog Update ChangeLog file 12 years ago
ConfigureChecks.cmake Conversion to the cmake building system. 5 years ago
Makefile.am Initial import 12 years ago
Makefile.in Initial import 12 years ago
NEWS Initial import 12 years ago
README Initial import 12 years ago
TODO Initial import 12 years ago
aminclude.am Initial import 12 years ago
autogen.sh Initial import 12 years ago
config.h.cmake Conversion to the cmake building system. 5 years ago
configure.ac Initial import 12 years ago
doxygen-api.cfg Initial import 12 years ago
libcaldav.pc.in Fix installation locations. 12 years ago
version.sh Initial import 12 years ago

README

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)