Recently we’ve been having more and more issues with script and style conflicts with The Events Calendar. I’ve noticed that every single script is loaded on every single page — not just the events archive/single or add-on-related pages.
With all due respect, why? Conflicts aside that adds additional load-time to every single page.
At the very least, please provide a simple, reliable method for disabling this. Even a hook that allows for something like add_filter('events_calendar_load_scripts', '__return_false'); to be possible.