How can you set the calendar page title? I am using a custom template to host content from http://mysite/events but I miss a way to force a page title….
Good question. There is no setting to force the page title, but if you edit your custom page template, then you can use the tribe_events_title() function to display it. So, for example:
<?php tribe_events_title() ?>
If you’re trying to change the page title itself, we have a nice tutorial here that walks through how to do that.