localendar Forums Homepage


Print at Sep 14, 2025, 9:34:00 AM

Posted by bscv-tim at Mar 7, 2018, 12:03:00 AM
Re: Save To:
The solution provided appears to no longer work - saveto having been replaced by export may be the cause; I have been unable to discern the altered text needed to regain this important fix to eliminate the buttons. Any help would be appreciated.

 
Yes; at this time we offer those buttons on all events so that users can export reminders to their personal calendars.

However, you can use a bit of custom Javascript to hide this section on the popup.

Under Options->Events, paste the following into "Common Event Information"

<script>
$( document ).ready(function() {
$('#saveto_section').hide();
$('#defaultICal').hide();
});
</script>


Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us