Hi Jay,
This is possible with a bit of customization.
Here’s a snippet showing how to do this for the month view.
https://gist.github.com/skyshab/56aa42c8a479b723889803a0b31e338d
You can just paste that code in your child theme’s functions.php file or a functionality plugin.
If you need to modify other views than the month, see the original function for ideas in the-events-calendar/src/functions/template-tags/loop.php on line 168.
Hope that helps! Let me know if you have any additional questions about this.
Thanks,
Sky