Looking to customize the add-to-calendar button you embedded on your website? Follow these steps to create your own HTML button and turn it into an add-to-calendar button:
1. Create an HTML button on your website with a unique ID. For example:
<button id="customAddToCalendar">Add to Calendar</button>
2. Copy and paste the website button code for your event from the Eventable Dashboard and into your website.
3. Inside the code you just copied, replace "data-style=1" with "data-target=customAddToCalendar"
**Make sure you replace "customAddToCalendar" with whatever ID you used in step 1.
You can see a working example of how to do this here.