Enhancement - affects 1.4.9 all browsers
I would like to add the ability to specify a resizeMinutes and a dragMinutes that can be separate from slotMinutes. My use case is that I want the calendar to show 30 minute slots, but I want to be able to drag/resize by every 15 minutes.
I have attached a patch file that adds this capability. It's a regular patch file, not one from Git. To apply, get the 1.4.9 version of fullcalendar.js and run the following on the command line:
patch fullcalendar.js fullcalendar.js.patch
Mergedinto: 495