This topic is locked

How to enable adding events to past dates

7/8/2014 12:07:52 PM
Calendar Template tips and tricks
admin

Monthly page
Add the following code to the beginning of calmonthly List page 'Javascript OnLoad' event:

$("td[style*='display:none']").css('display','');


Weekly page
Add the following code to the beginning of calweekly List page 'Javascript OnLoad' event:

$("a[id*='addButton']").css('display','');