events/Classes/Command
Daniel Siepmann 8ed5bd9970 Add command to remove all past dates and events
It will search for all dates within the past and remove them. Afterwards
all events with no dates are searched and removed.

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

To speedup for large data sets, deletion of dates is done without
DataHandler.
2019-09-19 09:09:42 +02:00
..
DestinationDataImportCommand.php Refactoring Import Service 2019-08-13 11:17:34 +02:00
RemoveAllCommand.php Add basic cleanup command 2019-09-18 18:04:29 +02:00
RemovePastCommand.php Add command to remove all past dates and events 2019-09-19 09:09:42 +02:00