Add new item below List All Upcoming Events

Is it possible to add another button that links to an external URL below the current List All Upcoming Events button? What file would I need to edit to make that happen. See attached image. Thank you!

Hi Ken,

That is called the View Selector (lw_cal_view_selector.html in the components folder).

Documentation of calendar components

So, you could try copying that into your _ingredients/themes/global/calendar/components/ theme folder and adding your link there? I’m not sure if the front-end LiveWhale JS treats those links differently because of other view-selection logic, but you could surely give it a try on dev to see if it meets your need? Hope this helps!