The your-site-com/events page is always technically a WordPress archive, but our plugin has code to determine which view/template file to load based on your settings or other things added to the URL (like your-site-com/events/month)… so, no…
I visited your site — https://jordilabs.com/events/ — and see that you do have Day View active in the Tribe Bar view switcher, but https://jordilabs.com/events/today/ redirects back to List View — maybe this is intentional via some custom code you added to your site.
Assuming that redirect wasn’t there, I saw that the 2 URLs you initially shared already ask search engines to noindex them.
Therefore, I’m wondering if you just don’t want the Day View archive links to exist at all (just personal preference or some UX concerns), or is it because you’re concerned about SEO?
FYI: You could possibly also leverage the tribe_events_add_no_index_meta filter at https://github.com/moderntribe/the-events-calendar/blob/4.5.1/src/Tribe/Main.php#L1112-L1147
Please let me know your thoughts about this.