Entries are stored in $tbl_prefix . 'entry' and repeat information in $tbl_prefix . 'repeat'. If you delete a member of a series you'll need to check that you haven't left rows in the repeat table that don't have corresponding entries, and delete them if you have. Have a look at del_entry_ajax.php.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To do it automatically you'd have to write your own script and run it as a cron job.
However, you can do it manually as an admin quite easily from the Report page if you set
Hi
OK thanks so far. Can you tell me the database table name where the events are stored? Then i can take a look
Entries are stored in
$tbl_prefix . 'entry'and repeat information in$tbl_prefix . 'repeat'. If you delete a member of a series you'll need to check that you haven't left rows in the repeat table that don't have corresponding entries, and delete them if you have. Have a look at del_entry_ajax.php.