Scroll to navigation

CALENDARSERVER_CONFIG(8) System Manager's Manual CALENDARSERVER_CONFIG(8)

NAME

calendarserver_configCalendar 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

--help
Displays usage information
--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).
January 14, 2013 Debian