Bug Fix
Reviewed byAnonymouson Fri, 20th January 2012
For fixing the problem with it not showing events on the 1st, I changed the following in calendar.asp by adding TRIM around the variables on line 106
if TRIM(celldate) = TRIM(eventdate) then
Error with Scrip
Reviewed byAnonymouson Wed, 9th November 2005
The ASP script has a bug, in that any events added on the first of the month don't show up on the calendar. I found no contact e-mail address on the site to let the programmer know about the bug. Could be a nice script, but it needs debugging.