Link to Event Calendar
Issue/Question
Is there anyway to link the Jackrabbit event calendar to my business' website?
Resolution
The Event Calendar is a simple hyperlink. The codes below will launch the Event Calendar onto a new webpage. To add the link which launches your Event Calendar, insert the following HTML into your website editor, remembering to substitute YOUR ORG ID in place of the XXXXXX:
If you are using a website editor that simply asks you for the "hyperlink" or "website URL" or "website address" to link to, then highlight your desired text or image and use the code below as the link.
https://app.jackrabbitclass.com/eventcalendar.asp?orgid=XXXXXX
If you are using a traditional hard-coded web editor, use the HTML code below.Â
<a href="https://app.jackrabbitclass.com/eventcalendar.asp?orgid=XXXXXX" target="_blank">View Our Events Calendar</a>