Hello waikatodhb,
Thanks for reaching out to us!
Unfortunately the “Events” view for our plugin isn’t a traditional page within WordPress. However, you can create a sidebar that you then enqueue on the “default-template.php” file. You can do this by copying that file into your theme following the Themer’s Guide instructions.
You could also accomplish this by creating a new page template that follows the same structure as your theme’s ‘page.php’ file. Within your new template call the event specific sidebar rather than the default “get_sidebar();”. You can then change the default template for events within the Events -> Settings -> Display tab here to be the new template that you’ve created.
Let me know if this helps.
Thanks!