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
@@ -0,0 +1,12 @@
<?php
// Server base URL
$pluginconfig['base_url']=(empty($_SERVER['HTTPS']) ? 'http' : 'https').'://my.server.com:8080';
// Default values are usually OK
// for Davical:
$pluginconfig['request']='/caldav.php'; // change only if your Davical is not installed into server root directory
// for Lion server:
//$pluginconfig['request']='/principals/users';
$pluginconfig['timeout']=30;
?>