You can probably open your database by entering the site url and add /phpmyadmin
example: https://www.google.nl/phpmyadmin
You open your database there and look at the following tables:
wp_events_rec
wp_ec3_schedule
These are created by the plugin itself. The next problem is one im running in to as well, the plugin writes some entries in the next table, but i cant seem to find all the entries:
wp_options
one way of looking for the entries is by searching for an entry that contains the following text: schedule
I hope it helps you out a bit.