@@ -104,6 +104,10 @@ class ComposerStaticInitDAV
104104 'OCA \\DAV \\CalDAV \\FreeBusy \\FreeBusyGenerator ' => __DIR__ . '/.. ' . '/../lib/CalDAV/FreeBusy/FreeBusyGenerator.php ' ,
105105 'OCA \\DAV \\CalDAV \\ICSExportPlugin \\ICSExportPlugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php ' ,
106106 'OCA \\DAV \\CalDAV \\IRestorable ' => __DIR__ . '/.. ' . '/../lib/CalDAV/IRestorable.php ' ,
107+ 'OCA \\DAV \\CalDAV \\Import \\ImportCountEvent ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportCountEvent.php ' ,
108+ 'OCA \\DAV \\CalDAV \\Import \\ImportDisposition ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportDisposition.php ' ,
109+ 'OCA \\DAV \\CalDAV \\Import \\ImportEvent ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportEvent.php ' ,
110+ 'OCA \\DAV \\CalDAV \\Import \\ImportObjectEvent ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportObjectEvent.php ' ,
107111 'OCA \\DAV \\CalDAV \\Import \\ImportService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/ImportService.php ' ,
108112 'OCA \\DAV \\CalDAV \\Import \\TextImporter ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/TextImporter.php ' ,
109113 'OCA \\DAV \\CalDAV \\Import \\XmlImporter ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Import/XmlImporter.php ' ,
@@ -278,6 +282,8 @@ class ComposerStaticInitDAV
278282 'OCA \\DAV \\Connector \\Sabre \\UserIdHeaderPlugin ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/UserIdHeaderPlugin.php ' ,
279283 'OCA \\DAV \\Connector \\Sabre \\ZipFolderPlugin ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/ZipFolderPlugin.php ' ,
280284 'OCA \\DAV \\Controller \\BirthdayCalendarController ' => __DIR__ . '/.. ' . '/../lib/Controller/BirthdayCalendarController.php ' ,
285+ 'OCA \\DAV \\Controller \\CalendarExportController ' => __DIR__ . '/.. ' . '/../lib/Controller/CalendarExportController.php ' ,
286+ 'OCA \\DAV \\Controller \\CalendarImportController ' => __DIR__ . '/.. ' . '/../lib/Controller/CalendarImportController.php ' ,
281287 'OCA \\DAV \\Controller \\DirectController ' => __DIR__ . '/.. ' . '/../lib/Controller/DirectController.php ' ,
282288 'OCA \\DAV \\Controller \\ExampleContentController ' => __DIR__ . '/.. ' . '/../lib/Controller/ExampleContentController.php ' ,
283289 'OCA \\DAV \\Controller \\FederatedCalendarController ' => __DIR__ . '/.. ' . '/../lib/Controller/FederatedCalendarController.php ' ,
0 commit comments