Is there a way to return or load the calendar by an get URL. Something like calendar.php?gotoDate=2010-10-21 ?
Many Thanks!
Edits go here (not in answers or comments):
Oops! I'm sorry: http://arshaw.com/fullcalendar/
Is there a way to return or load the calendar by an get URL. Something like calendar.php?gotoDate=2010-10-21 ?
Many Thanks!
Edits go here (not in answers or comments):
Oops! I'm sorry: http://arshaw.com/fullcalendar/
Sure, but you need to code it yourself. The calendar is a jquery plugin. You will need to read the query string, and set the calendar date to whatever is there in javascript.
Why do you need to set it by url?