tags:

views:

33

answers:

2

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/

A: 

Oops! I'm sorry: http://arshaw.com/fullcalendar/

Edwin Steenwinkel
Edit your question, don't post an answer for this!
Keyne
+1  A: 

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?

Byron Whitlock