Is there a way that we can password protect the events page? I know you can password protect default WordPress pages, however the calendar doesn’t create a page in WordPress, rather it creates its own slug.
One way to do this would be to use a template override (more on this in our themer’s guide) on the default-template.php file to wrap the calendar content in a conditional statement that only displays the calendar if a user is logged into your site.