FULLCALENDAR JQUERY PLUGIN

The mydigitalstucture webservice is highly compatible with Adam Shaw's Google like FullCalendar jQuery Plugin.

You can download and attach the js and css to your site directly or refer to the mydigitalstructure.com hosted versions at:

/jscripts/fullcalendar.css
/jscripts/fullcalendar.min.js

Then using the addEventSource method it is simple as coding the following:

$('#divCalendar').fullCalendar('addEventSource',
{
url: '/ondemand/action/?method=ACTION_CALENDAR_SEARCH&rf=JSON&diary=1'
});

The &start= and &end= are automatically added by the jQuery plugin, based on the current calendar view.