calnedario iniciado

This commit is contained in:
2025-11-13 01:11:01 +01:00
commit 1212c82ea9
206 changed files with 172012 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Este archivo mantiene el directorio en Git
# La configuración real está en .gitignore
+22
View File
@@ -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;