Hi Again,
That link is in the list view correct?
In the list view it only grabs the excerpt of the event with strips out all the html.
It is possible to modify this template:
the-events-calendar\src\views\list\single-event.php
Following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
To change this function to get content that has links included:
<?php the_excerpt() ?>
Or another way maybe to use the Advanced Excerpt to enable links in excerpt. Although I did not test it.:
Advanced Excerpt
Let me know if you have any follow up questions.
Thanks