Files
calendario_contactos/infcloud_config_example/config.js
T
2025-11-13 01:11:01 +01:00

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;