|
|
|
|
@ -6,7 +6,7 @@ if(version_compare(PHP_VERSION, '5.3.0', '>')){
|
|
|
|
|
OC::$CLASSPATH['OC_Calendar_Object'] = 'apps/calendar/lib/object.php';
|
|
|
|
|
OC::$CLASSPATH['OC_Calendar_Hooks'] = 'apps/calendar/lib/hooks.php';
|
|
|
|
|
OC::$CLASSPATH['OC_Connector_Sabre_CalDAV'] = 'apps/calendar/lib/connector_sabre.php';
|
|
|
|
|
OC_HOOK::connect('OC_User', 'post_createUser', 'OC_Calendar_Hooks', 'deleteUser');
|
|
|
|
|
OC_HOOK::connect('OC_User', 'post_deleteUser', 'OC_Calendar_Hooks', 'deleteUser');
|
|
|
|
|
OC_Util::addScript('calendar','loader');
|
|
|
|
|
OC_App::register( array(
|
|
|
|
|
'order' => 10,
|
|
|
|
|
|