Hi,
I can help you out with this.
There are a couple ways to add the links.
Event Settings
If you go here:
Events > Settings > Display
On the section titled “Advanced Template Settings” you can add html to the boxes to show above or below on all the single Events and Events Views.
Themer’s Guide
If you follow our themer’s guide you can see where to move templates to edit:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Then you could modify the files you like or start with the default-template.php after you move it to your theme.
\the-events-calendar\views\default-template.php
Then using a combination of these conditionals you could target specific pages.
https://gist.github.com/jo-snips/2415009
Let me know if that helps out.
Thanks.