Hi,
Our standard is to generate our events page.
There is no feature to disable the link outright.
It is possible with a customization following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
And move this file:
plugins/events-calendar-pro/src/views/pro/widgets/modules/single-event.php
to here in your theme:
yourtheme/tribe-events/pro/widgets/modules/single-event.php
There you need to change this:
" rel="bookmark"><?php the_title(); ?>
To This:
<?php the_title(); ?>
To remove the link for the title.
If you want to change anything else you can edit it on that template as well for the single events.
Cheers