FullCalendar Events: Confused how to enable resizing.
Posted
by Josiah Kiehl
on Stack Overflow
See other posts from Stack Overflow
or by Josiah Kiehl
Published on 2010-04-15T14:57:09Z
Indexed on
2010/04/28
4:23 UTC
Read the original article
Hit count: 436
I'm using the FullCalendar plugin, and am very pleased with it, however I can't figure out how to enable resizing. I looked at the source of the calendar on the main FullCalendar page, and my code is no different save that I get my events from a source rather than explicitly define them.
What am I missing?
$('#schedule').fullCalendar({
events: '/campaigns/scheduled',
editable: true
});
© Stack Overflow or respective owner