14 lines
393 B
Text
14 lines
393 B
Text
|
|
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>
|