Events

The calendar has several events that fire at different times. They are all fairly explanatory

a time frame has been selected (via click-and-drag)

  • This will fire when you click and drag on the calendar

an event has been clicked

an event's start or end time has been modified

  • This will fire whether the change occurs through click-and-drag OR drag-and-drop

the calendar has been rendered

  • This is nice to use if you are loading a lot of events or the calendar takes longer than you'd like. Use this to cover the calendar while it loads, and then uncover the calendar when this event fires.

calendar prev button clicked / calendar next button clicked

Body clicked outside of moveable group

Fullcalendar Event was Deleted

A day has been clicked

  • This will only fire when you click within a calendar day.

  • It does not fire when you click the date within the day

Last updated