|
@@ -96,7 +96,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
// globalAccountSettings
|
|
// globalAccountSettings
|
|
// globalNetworkCheckSettings
|
|
// globalNetworkCheckSettings
|
|
// globalNetworkAccountSettings
|
|
// globalNetworkAccountSettings
|
|
-// - lockTimeOut
|
|
|
|
|
|
+// - lockTimeOut
|
|
// NOTE: used only if server supports LOCK requests
|
|
// NOTE: used only if server supports LOCK requests
|
|
// This option sets the LOCK timeout value if resource locking
|
|
// This option sets the LOCK timeout value if resource locking
|
|
// is used (in miliseconds).
|
|
// is used (in miliseconds).
|
|
@@ -174,7 +174,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
// %U = logged user name
|
|
// %U = logged user name
|
|
// %u = logged user name without the @domain.com part (if present)
|
|
// %u = logged user name without the @domain.com part (if present)
|
|
// If undefined, empty or or null then '%d/%p [%u]' is used.
|
|
// If undefined, empty or or null then '%d/%p [%u]' is used.
|
|
-// Examples:
|
|
|
|
|
|
+// Examples:
|
|
// hrefLabel: '%d/%p [%u]'
|
|
// hrefLabel: '%d/%p [%u]'
|
|
// hrefLabel: '%D/%u'
|
|
// hrefLabel: '%D/%u'
|
|
// This property is supported in:
|
|
// This property is supported in:
|
|
@@ -187,7 +187,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
// - true
|
|
// - true
|
|
// all collections will be "read-only"
|
|
// all collections will be "read-only"
|
|
// - array of URL encoded
|
|
// - array of URL encoded
|
|
-// - collections, such as:
|
|
|
|
|
|
+// - collections, such as:
|
|
// '/caldav.php/user/calendar/'
|
|
// '/caldav.php/user/calendar/'
|
|
// '/caldav.php/user%40domain.com/calendar/'
|
|
// '/caldav.php/user%40domain.com/calendar/'
|
|
// - regexes, such as:
|
|
// - regexes, such as:
|
|
@@ -197,7 +197,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
// Examples:
|
|
// Examples:
|
|
// forceReadOnly: null
|
|
// forceReadOnly: null
|
|
// forceReadOnly: true
|
|
// forceReadOnly: true
|
|
-// forceReadOnly: ['/caldav.php/user/calendar/',
|
|
|
|
|
|
+// forceReadOnly: ['/caldav.php/user/calendar/',
|
|
// '/caldav.php/user/calendar2/']
|
|
// '/caldav.php/user/calendar2/']
|
|
// forceReadOnly: [new RegExp('^/.*/user/calendar[0-9]/$', 'i')]
|
|
// forceReadOnly: [new RegExp('^/.*/user/calendar[0-9]/$', 'i')]
|
|
// This property is supported in:
|
|
// This property is supported in:
|
|
@@ -212,7 +212,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
// - true
|
|
// - true
|
|
// alarm functionality is disabled for all collections
|
|
// alarm functionality is disabled for all collections
|
|
// - array of URL encoded
|
|
// - array of URL encoded
|
|
-// - collections, such as:
|
|
|
|
|
|
+// - collections, such as:
|
|
// '/caldav.php/user/calendar/'
|
|
// '/caldav.php/user/calendar/'
|
|
// '/caldav.php/user%40domain.com/calendar/'
|
|
// '/caldav.php/user%40domain.com/calendar/'
|
|
// - regexes, such as:
|
|
// - regexes, such as:
|
|
@@ -222,7 +222,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
// for all collections.
|
|
// for all collections.
|
|
// Examples:
|
|
// Examples:
|
|
// ignoreAlarms: true
|
|
// ignoreAlarms: true
|
|
-// ignoreAlarms: ['/caldav.php/user/calendar/',
|
|
|
|
|
|
+// ignoreAlarms: ['/caldav.php/user/calendar/',
|
|
// '/caldav.php/user/calendar2/']
|
|
// '/caldav.php/user/calendar2/']
|
|
// ignoreAlarms: [new RegExp('^/.*/user/calendar[0-9]/$', 'i')]
|
|
// ignoreAlarms: [new RegExp('^/.*/user/calendar[0-9]/$', 'i')]
|
|
// This property is supported in:
|
|
// This property is supported in:
|
|
@@ -236,14 +236,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
// the background color for that day will be pink/light-red.
|
|
// the background color for that day will be pink/light-red.
|
|
// Supported values:
|
|
// Supported values:
|
|
// - array of URL encoded
|
|
// - array of URL encoded
|
|
-// - collections, such as:
|
|
|
|
|
|
+// - collections, such as:
|
|
// '/caldav.php/user/calendar/'
|
|
// '/caldav.php/user/calendar/'
|
|
// '/caldav.php/user%40domain.com/calendar/'
|
|
// '/caldav.php/user%40domain.com/calendar/'
|
|
// - regexes, such as:
|
|
// - regexes, such as:
|
|
// new RegExp('^/caldav.php/user/calendar[0-9]/$', 'i')
|
|
// new RegExp('^/caldav.php/user/calendar[0-9]/$', 'i')
|
|
// specifies the list of background calendar collections.
|
|
// specifies the list of background calendar collections.
|
|
// Examples:
|
|
// Examples:
|
|
-// backgroundCalendars: ['/caldav.php/user/calendar/',
|
|
|
|
|
|
+// backgroundCalendars: ['/caldav.php/user/calendar/',
|
|
// '/caldav.php/user/calendar2/']
|
|
// '/caldav.php/user/calendar2/']
|
|
// backgroundCalendars: [new RegExp('^/.*/user/calendar[0-9]/$', 'i')]
|
|
// backgroundCalendars: [new RegExp('^/.*/user/calendar[0-9]/$', 'i')]
|
|
// This property is supported in:
|
|
// This property is supported in:
|
|
@@ -528,7 +528,7 @@ var globalNewVersionNotifyUsers=[];
|
|
|
|
|
|
|
|
|
|
// globalDatepickerFormat
|
|
// globalDatepickerFormat
|
|
-// Set the datepicker format (see
|
|
|
|
|
|
+// Set the datepicker format (see
|
|
// http://docs.jquery.com/UI/Datepicker/formatDate for valid values).
|
|
// http://docs.jquery.com/UI/Datepicker/formatDate for valid values).
|
|
// NOTE: date format is predefined for each localization - use this option
|
|
// NOTE: date format is predefined for each localization - use this option
|
|
// ONLY if you want to use custom date format (instead of the localization
|
|
// ONLY if you want to use custom date format (instead of the localization
|
|
@@ -595,7 +595,7 @@ var globalLoadedTodoCollections=[];
|
|
// checkbox => data visible in the interface) by default after login.
|
|
// checkbox => data visible in the interface) by default after login.
|
|
// If empty then all loaded calendar collections for the currently logged
|
|
// If empty then all loaded calendar collections for the currently logged
|
|
// user are checked.
|
|
// user are checked.
|
|
-// NOTE: only already (down)loaded collections can be checked (see
|
|
|
|
|
|
+// NOTE: only already (down)loaded collections can be checked (see
|
|
// the globalLoadedCalendarCollections option).
|
|
// the globalLoadedCalendarCollections option).
|
|
// NOTE: settings stored on the server (see settingsAccount) overwrite this
|
|
// NOTE: settings stored on the server (see settingsAccount) overwrite this
|
|
// option.
|
|
// option.
|
|
@@ -608,7 +608,7 @@ var globalActiveCalendarCollections=[];
|
|
// checkbox => data visible in the interface) by default after login.
|
|
// checkbox => data visible in the interface) by default after login.
|
|
// If empty then all loaded todo collections for the currently logged
|
|
// If empty then all loaded todo collections for the currently logged
|
|
// user are checked.
|
|
// user are checked.
|
|
-// NOTE: only already (down)loaded collections can be checked (see
|
|
|
|
|
|
+// NOTE: only already (down)loaded collections can be checked (see
|
|
// the globalLoadedTodoCollections option).
|
|
// the globalLoadedTodoCollections option).
|
|
// NOTE: settings stored on the server (see settingsAccount) overwrite this
|
|
// NOTE: settings stored on the server (see settingsAccount) overwrite this
|
|
// option.
|
|
// option.
|
|
@@ -638,7 +638,7 @@ var globalActiveTodoCollections=[];
|
|
// for example: 'USER/todo_calendar/'
|
|
// for example: 'USER/todo_calendar/'
|
|
// If empty or undefined then the first available todo collection
|
|
// If empty or undefined then the first available todo collection
|
|
// is selected automatically.
|
|
// is selected automatically.
|
|
-// NOTE: only already (down)loaded collections can be pre-selected (see
|
|
|
|
|
|
+// NOTE: only already (down)loaded collections can be pre-selected (see
|
|
// the globalLoadedTodoCollections option).
|
|
// the globalLoadedTodoCollections option).
|
|
// NOTE: settings stored on the server (see settingsAccount) overwrite this
|
|
// NOTE: settings stored on the server (see settingsAccount) overwrite this
|
|
// option.
|
|
// option.
|
|
@@ -752,13 +752,13 @@ var globalTimeZone='Europe/Berlin';
|
|
|
|
|
|
|
|
|
|
// globalTimeZonesEnabled
|
|
// globalTimeZonesEnabled
|
|
-// This option sets the list of available timezones in the interface (for the
|
|
|
|
|
|
+// This option sets the list of available timezones in the interface (for the
|
|
// list of supported timezones see the comment for the previous configuration
|
|
// list of supported timezones see the comment for the previous configuration
|
|
// option).
|
|
// option).
|
|
// NOTE: if there is at least one event/todo with a certain timezone defined,
|
|
// NOTE: if there is at least one event/todo with a certain timezone defined,
|
|
// that timezone is enabled (even if it is not present in this list).
|
|
// that timezone is enabled (even if it is not present in this list).
|
|
// Example:
|
|
// Example:
|
|
-// var globalTimeZonesEnabled=['America/New_York', 'Europe/Berlin'];
|
|
|
|
|
|
+// var globalTimeZonesEnabled=['America/New_York', 'Europe/Berlin'];
|
|
var globalTimeZonesEnabled=[];
|
|
var globalTimeZonesEnabled=[];
|
|
|
|
|
|
|
|
|
|
@@ -875,8 +875,8 @@ var globalAppleRemindersMode=true;
|
|
// - typeList
|
|
// - typeList
|
|
// Set the list of objects you want to process from remote calendars;
|
|
// Set the list of objects you want to process from remote calendars;
|
|
// two options are available:
|
|
// two options are available:
|
|
-// - 'vevent' (show remote events in the interface)
|
|
|
|
-// - 'vtodo' (show remote todos in the interface)
|
|
|
|
|
|
+// - 'vevent' (show remote events in the interface)
|
|
|
|
+// - 'vtodo' (show remote todos in the interface)
|
|
// - ignoreAlarm
|
|
// - ignoreAlarm
|
|
// Set this option to true if you want to disable alarm notifications
|
|
// Set this option to true if you want to disable alarm notifications
|
|
// from the remote calendar.
|
|
// from the remote calendar.
|