Option to add a Subscribe button on Calendar (within the CMS)
Currently, adding a subscribe button to a calendar requires manual input by the support team, as it's done directly within the code. Since this is provided free of charge (FOC), it might be more efficient to give users the ability to enable this option themselves.
A possible solution could be adding a toggle under the 'EDIT' menu for calendars, allowing users to activate the subscribe button easily.
To implement this, the following code would need to be added to the page.setup.asp folder:
Mason.Site.setConf "calendar_ics", True
4
votes
Sarah Glass
shared this idea