events/Classes
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
..
Command Add basic cleanup command 2019-09-18 18:04:29 +02:00
Controller Added datepicker 2019-08-14 18:40:04 +02:00
Domain Implement date search 2019-08-14 17:22:01 +02:00
Service Add basic cleanup command 2019-09-18 18:04:29 +02:00