events/Classes/Service
Daniel Siepmann ca4d7d3a01 Add basic cleanup command
Allows to remove all existing records regarding events.
It will search for all pages providing either organizer or events, and
will delete both types of records.

As DataHandler is used for deletion, there is already logging within
TYPO3, as well as recursive deletion for dates and sys_file_references.

To speedup for large data sets, truncate organizer and dates, as they
don't have recursive deletions, e.g. to sys_file_references. Also add
keys to database.
2019-09-18 18:04:29 +02:00
..
CategoryService.php Refactored EXT dd_events to events, added fields to page type poi 2019-07-18 13:44:19 +02:00
CleanupService.php Add basic cleanup command 2019-09-18 18:04:29 +02:00
DestinationDataImportService.php Added conditions in iport to prevent errors 2019-08-13 11:52:34 +02:00