Provided by: calendarserver_9.1+dfsg-1_amd64 bug

NAME

     calendarserver_config — Calendar Server Configuration Utility

SYNOPSIS

     calendarserver_config [--config file] [key ...]

DESCRIPTION

     calendarserver_config stores and retrieves configuration values for calendar server.  It's
     primary purpose is to carry out operations on behalf of the Apple OS X Server administration
     application; in this mode of operation is reads stdin for keys provided in plist format, and
     writes results to stdout, also in plist form.  For interactive use, you can list one or more
     keys as command line arguments.

OPTIONS

     -h, --help
           Displays usage information

     -f, --config FILE
           Use the Calendar Server configuration specified in the given file.  Defaults to
           /Applications/Server.app/Contents/ServerRoot/private/etc/caldavd/caldavd-apple.plist
           on Apple servers, /etc/caldavd/caldavd.plist on other servers.

EXAMPLES

     Retrieve the value for EnableCalDAV

           calendarserver_config EnableCalDAV

     Set EnableCalDAV to True

           calendarserver_config EnableCalDAV=True

FILES

     /Applications/Server.app/Contents/ServerRoot/private/etc/caldavd/caldavd-apple.plist
           The static Calendar Server configuration file (not to be edited).

     /Library/Server/Calendar and Contacts/Config/caldavd-system.plist
           The configuration file which stores local overriding values (which
           calendarserver_config modifies).