@@ -102,6 +102,10 @@ class ComposerStaticInitDAV
102102 'OCA \\DAV \\CalDAV \\FreeBusy \\FreeBusyGenerator ' => __DIR__ . '/.. ' . '/../lib/CalDAV/FreeBusy/FreeBusyGenerator.php ' ,
103103 'OCA \\DAV \\CalDAV \\ICSExportPlugin \\ICSExportPlugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php ' ,
104104 'OCA \\DAV \\CalDAV \\IRestorable ' => __DIR__ . '/.. ' . '/../lib/CalDAV/IRestorable.php ' ,
105+ 'OCA \\DAV \\CalDAV \\Import \\ImportCountEvent ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportCountEvent.php ' ,
106+ 'OCA \\DAV \\CalDAV \\Import \\ImportDisposition ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportDisposition.php ' ,
107+ 'OCA \\DAV \\CalDAV \\Import \\ImportEvent ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportEvent.php ' ,
108+ 'OCA \\DAV \\CalDAV \\Import \\ImportObjectEvent ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportObjectEvent.php ' ,
105109 'OCA \\DAV \\CalDAV \\Import \\ImportService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportService.php ' ,
106110 'OCA \\DAV \\CalDAV \\Import \\TextImporter ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/TextImporter.php ' ,
107111 'OCA \\DAV \\CalDAV \\Import \\XmlImporter ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/XmlImporter.php ' ,
@@ -276,6 +280,8 @@ class ComposerStaticInitDAV
276280 'OCA \\DAV \\Connector \\Sabre \\UserIdHeaderPlugin ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/UserIdHeaderPlugin.php ' ,
277281 'OCA \\DAV \\Connector \\Sabre \\ZipFolderPlugin ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/ZipFolderPlugin.php ' ,
278282 'OCA \\DAV \\Controller \\BirthdayCalendarController ' => __DIR__ . '/.. ' . '/../lib/Controller/BirthdayCalendarController.php ' ,
283+ 'OCA \\DAV \\Controller \\CalendarExportController ' => __DIR__ . '/.. ' . '/../lib/Controller/CalendarExportController.php ' ,
284+ 'OCA \\DAV \\Controller \\CalendarImportController ' => __DIR__ . '/.. ' . '/../lib/Controller/CalendarImportController.php ' ,
279285 'OCA \\DAV \\Controller \\DirectController ' => __DIR__ . '/.. ' . '/../lib/Controller/DirectController.php ' ,
280286 'OCA \\DAV \\Controller \\ExampleContentController ' => __DIR__ . '/.. ' . '/../lib/Controller/ExampleContentController.php ' ,
281287 'OCA \\DAV \\Controller \\InvitationResponseController ' => __DIR__ . '/.. ' . '/../lib/Controller/InvitationResponseController.php ' ,
0 commit comments