[Pkg-owncloud-commits] [php-sabredav] 32/275: Add scheduling plugin to example.

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:55:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit ee27439adb0f5d7df879e98862492ca2537996f7
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Tue Jan 7 15:46:01 2014 +0100

    Add scheduling plugin to example.
---
 examples/calendarserver.php | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/examples/calendarserver.php b/examples/calendarserver.php
index b54d14c..732e147 100644
--- a/examples/calendarserver.php
+++ b/examples/calendarserver.php
@@ -57,7 +57,12 @@ $server->addPlugin($caldavPlugin);
 
 /* Calendar subscription support */
 $server->addPlugin(
-    new Sabre\CalDAV\Subscription\Plugin()
+    new Sabre\CalDAV\Subscriptions\Plugin()
+);
+
+/* Calendar scheduling support */
+$server->addPlugin(
+    new Sabre\CalDAV\Schedule\Plugin()
 );
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list