I am using JQuery Full Calendar in my application, but I need slightly different view, that is - in month view don\'t show tasks, just color days which have events associate
here is a solution which works with no duplicates generated when moving between views. it loads two different sets of data sources depending on which view you load. I used ppumkins help with his. note the order of the addEventSource and removeEventSource calls. For me i needed to load addEventSource before removeEventSource otherwise duplicates will appear on first view click
http://dev2.mycmo.com.au/fullcalendar/calendar_problem_demo.php