22 lines
598 B
JavaScript
22 lines
598 B
JavaScript
/* InfCloud configuration for Radicale */
|
|
var globalNetworkCheckSettings = {
|
|
// Radicale principal URL (sin /caldav.php/)
|
|
href: "http://radicale:5232/",
|
|
timeOut: 90000,
|
|
lockTimeOut: 10000,
|
|
checkContentType: true,
|
|
settingsAccount: true,
|
|
delegation: true,
|
|
additionalResources: [],
|
|
hrefLabel: null,
|
|
forceReadOnly: null,
|
|
ignoreAlarms: false,
|
|
backgroundCalendars: []
|
|
};
|
|
|
|
// Idioma y opciones globales
|
|
var globalInterfaceLanguage = 'es_ES';
|
|
var globalBackgroundSync = true;
|
|
var globalActiveView = 'multiWeek';
|
|
var globalTimeZone = 'Europe/Madrid';
|
|
var globalEnableRefresh = false; |