I have tweaked the fullcalendar 2.0 to allow for more months in the month view. It's set to show the months as one continuous set of dates. I don't know if this will help anyone here and I've not tested it with dragging and dropping events. I just wanted to be able to see a month or two months or three etc so I tweeked the code and added some hooks to specify the period to view. I've attached it here to replace fullcalendar.js with fullcalendar-cc.js. options can then be added:
cc_monthPrev: 1,
cc_monthNext: 0,
cc_monthPrev: 1, starts the calendar from a month previous etc. It also works in conjunction with defaultView. It's only basic as well so it adds five rows to the calendar per extra month, this will probably be one too many rows for most months but just right for about 2 months out of the year and could therefore be better worked out. I might do that one day, however won't something like this be built in to an official update soon? Anyway as I said it's not fully tested and could probably be inproved but works for my requirements right now.
Mergedinto: 2011