diff --git a/apps/dav/lib/AppInfo/Application.php b/apps/dav/lib/AppInfo/Application.php index 1fd8715360ff0..4fad7a6a2ee87 100644 --- a/apps/dav/lib/AppInfo/Application.php +++ b/apps/dav/lib/AppInfo/Application.php @@ -207,8 +207,6 @@ public function register(IRegistrationContext $context): void { $context->registerEventListener(OutOfOfficeClearedEvent::class, OutOfOfficeListener::class); $context->registerEventListener(OutOfOfficeScheduledEvent::class, OutOfOfficeListener::class); - $context->registerEventListener(UserFirstTimeLoggedInEvent::class, DeleteOutdatedSchedulingObjectsJobListener::class); - $context->registerNotifierService(Notifier::class); $context->registerCalendarProvider(CalendarProvider::class);