diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-15 22:26:55 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-15 22:26:55 +0200 |
commit | dc18e65b4675d1d458a42ef8e6125bf6680ba157 (patch) | |
tree | 30072917dd3290cd65a8cfac764feb26e56594c1 /apps/calendar/lib | |
parent | 8ddea7e95cc19e7880f2334e2c8d43b8c4e02ee0 (diff) | |
parent | 12818093007d5bdce5519b5015e2a0748c98e24d (diff) | |
download | nextcloud-server-dc18e65b4675d1d458a42ef8e6125bf6680ba157.tar.gz nextcloud-server-dc18e65b4675d1d458a42ef8e6125bf6680ba157.zip |
fix merge conflicts
Diffstat (limited to 'apps/calendar/lib')
-rw-r--r-- | apps/calendar/lib/hooks.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/calendar/lib/hooks.php b/apps/calendar/lib/hooks.php index 54f1680a36e..22e8d8e20f2 100644 --- a/apps/calendar/lib/hooks.php +++ b/apps/calendar/lib/hooks.php @@ -24,17 +24,4 @@ class OC_Calendar_Hooks{ return true; } - - /** - * @brief Adds the CardDAV resource to the DAV server - * @param paramters parameters from initialize-Hook - * @return array - */ - public static function initializeCalDAV($parameters){ - // We need a backend, the root node and the caldav plugin - $parameters['backends']['caldav'] = new OC_Connector_Sabre_CalDAV(); - $parameters['nodes'][] = new Sabre_CalDAV_CalendarRootNode($parameters['backends']['principal'], $parameters['backends']['caldav']); - $parameters['plugins'][] = new Sabre_CalDAV_Plugin(); - return true; - } } |