This question pertains to the new beta. I sent an email a few days ago and never got an answer, so posting here in the hopes that someone sees the question and has an answer:
Normally when I am working with custom templates for custom post-types, I simply have to create a couple of templates and they override the entire system, that is how WordPress was built. So all I need is a single-custom_post_type_name.php and an archive_custom_post_type_name.php and for the most part those 2 templates will override the standard templates.
I went through all the code and I see that for some unknown reason that the events calendar is not following this procedure and is instead relying upon the page.php file as the ‘base’ before your overrides.
So, that being the case, how do I override the base wrapper to make a page-events.php, one each for single views and one for archive views?
I understand how to use a child theme and I have already placed all the events templates into the events folder, that part makes total sense.
I just don’t know what to do in order to change the base so that I can call a totally different header, sidebar, and footer for events, which of course is found in page.php