is a front end to the Darwin Calendar Server. The Darwin Calendar
Server is provides a calendaring service based on the CalDAV protocol,
which is in turn based on HTTP and WebDAV.
is a simple tool for starting the server.
OPTIONS
-h
Displays usage information
-X
Starts the server but does not daemonize it.
-u username
Drops privileges to the given username.
-g groupname
Drops privileges to the given groupname.
-f caldavd.plist
Specifies the path of the configuration file to read.
-T twistd
Specifies the path to the twistd binary.
FILES
/etc/caldavd/caldavd.plist
The Calendar Server configuration file. It is an XML property list
specifying server options such as the port to bind to, whether to use
SSL, and the names of other files can specified.
/etc/caldavd/server.pem
PEM-format server keys for use with SSL.
/Library/CalendarServer/Documents
The server's document root, which is the used as the backing store for
the HTTP resources on the server.
/Library/CalendarServer/Data
Directory containing server data other than HTTP resources.
/var/log/caldavd/access.log
The server's access log file, in a format similar to Apache HTTPd's
access log.