Settings Reference
This document contains a reference to the various settings values stored or used
by the connectDaily plugin.
Settings are returned as an object via the getSettings() method.
Settings
- converted
- deprecated. Used as a flag to indicate that the old-style settings have
been converted.
- date_format
datetime_format
time_format
- PHP format strings for formatting dates and times.
- disable_timestamp
- Timestamp as seconds since epoch that caching is disabled until.
- keypair
- Public/Private KeyPair used for Single-Signon.
- language
- The language preference in language_COUNTRY (e.g. en_US) format.
- password
- The password for the connectDaily system.
- reachable
- Is this Site reachable from the connectDaily installation? This is used
to determine if we can do single-signon. Tri-State:
- null - reachability unknown
- true - site is reachable.
- false - site is unreachable.
- resource_management
- true if resource management is an option in connectDaily and enabled.
- skip_resource_types
- comma-delimited list of resource type names to not display as part of
event details. Specify * to disable resource display.
- start_of_week
- Starting Day of week. 0=Sunday, 1=Monday...
- timezone_string
- Timezone name e.g. America/New_York. If not specified, defaults to GMT.
- token
- The connectDaily security token used for requests.
- url
- The URL to the connectDaily Installation the plugin uses.
- used
- Indicates the plugin is used because a widget or shortcode is
referenced.
- username
- The connectDaily User Name for the plugin.
- version
- The plugin version that last saved the settings.