Hey @Sari,
Sorry you’re having an issue here! I’m happy to look into this a bit more – I’m wondering if, to help us debug this, you can head to your site’s wp-config.php file and scroll down to where you see code like this:
define('WP_DEBUG', false);
Underneath that, you can add a line of code like this:
define('SCRIPT_DEBUG', true);
Once you make that change, let us know – we’ll take another look at your events page and see if that helps us learn more about the issue, which is should.
Thank you!
George