Hi Michael!
Thanks for reaching out to us! 🙂
Let me help you with that.
Unfortunately, there is no built in way to do that, but I guess you could achieve something like that with some custom coding.
While our “<u>Terms of Service</u>” doesn’t allow us to do customizations, we do like helping out and at least point users into the right direction. We also have a list of freelancers who we would happily recommend for this level of help.
That said, let me try to help you as best I can.
You could try hooking into the ‘wp_ajax_tribe-mini-cal’ and ‘wp_ajax_nopriv_tribe-mini-cal’ action hooks, where you can customize the ajax calls for the mini calendar. There are also the following action hooks for the day selection ajax call: ‘wp_ajax_tribe-mini-cal-day’ and ‘wp_ajax_nopriv_tribe-mini-cal-day’.
You can find those hooks located at /wp-content/plugins/events-calendar-pro/src/Tribe/Mini_Calendar.php
I hope that helps, and don’t hesitate to ask any other question.
Cheers!
Victor