Caldav Schnittstelle für LVPlan

This commit is contained in:
Andreas Österreicher
2012-03-22 13:14:19 +00:00
parent 5a657195ad
commit 9e9d14f3dd
8 changed files with 649 additions and 23 deletions
+3 -3
View File
@@ -50,9 +50,9 @@ $server->setBaseUri($path);
// The lock manager is reponsible for making sure users don't overwrite each others changes. Change 'data' to a different
// directory, if you're storing your data somewhere else.
//$lockBackend = new Sabre_DAV_Locks_Backend_File('data/locks');
//$lockPlugin = new Sabre_DAV_Locks_Plugin($lockBackend);
//$server->addPlugin($lockPlugin);
$lockBackend = new Sabre_DAV_Locks_Backend_File('data/locks');
$lockPlugin = new Sabre_DAV_Locks_Plugin($lockBackend);
$server->addPlugin($lockPlugin);
//GUI fuer Browser
$browser = new Sabre_DAV_Browser_Plugin();