calnedario iniciado
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Este archivo mantiene el directorio en Git
|
||||
# La configuración real está en .gitignore
|
||||
@@ -0,0 +1,22 @@
|
||||
/* 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;
|
||||
Reference in New Issue
Block a user