Hey Yun,
Thanks for reaching out to us on this! It looks like the theme is actually hiding these links on purpose:
/* http://omark.hk/wp-content/themes/venuex/tribe-events/tribe-events.css?ver=4.5.3:1044 */
.single-tribe_events .tribe-events-cal-links {
display: none;
}
You can revert this by adding the following CSS snippet to your child theme or via Simple Custom CSS plugin:
/* force display of ical export link */
.single-tribe_events .tribe-events-cal-links {
display: block!important;
}
Please let me know if this works for you,
Best,
Nico