localendar Forums Homepage


Print at Nov 12, 2025, 2:59:45 PM

Posted by support at Jan 2, 2014, 5:39:07 PM
Re: Save To:
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>

----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

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