other versions
- buster 9.2+dfsg-1
CALENDARSERVER_CONFIG(8) | System Manager's Manual | CALENDARSERVER_CONFIG(8) |
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¶
EXAMPLES¶
Retrieve the value for EnableCalDAVcalendarserver_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 | Linux 4.19.0-10-amd64 |