caldav server classes. This project contains the implementation of a caldav server for the bedework calendar system. In addition it contains freebusy only proxy servers for domino, exchange and google. The bedework quickstart will build and deploy the bedework caldav server by default. The remaining servers can be enabled by adding the properties org.bedework.build.caldav.bexchange=yes org.bedework.build.caldav.domino=yes org.bedework.build.caldav.google=yes to your /bedework.build.properties Building the proxy servers might require at least java5 Depends upon: calendar davutil rpiaccess rpiutil webdav To build: cd into the directory containing this file The ant command will be either 1. If you uee a copy of ant on your class path ant 2. If you use the ant contained in the bedework quickstart ../ant.sh To do a clean build of source and javadoc in directory dist clean-build-all To build javadoc javadoc To run the tests unittest Changes: Version 3.1 - Split off from calendar3 Version 3.2 - Add CalDAV scheduling code