fullcalendar/removed/addEvent.txt
2010-01-16 14:29:18 -08:00

15 lines
393 B
Plaintext

addEvent
========
<div class='removed-notice' markdown='1'>
This method was removed in version 1.3. Please use [renderEvent](../event_rendering/renderEvent) with the *stick* parameter
set to `true` to achieve the same effect.
</div>
Dynamically adds an [Event Object](../event_data/Event_Object) to the calendar.
<div class='spec' markdown='1'>
.fullCalendar( 'addEvent', *event* )
</div>