Back to Fullcalendar

renderEvent

_docs-v3/event-display/renderEvent.md

latest498 B
Original Source

Renders a new event on the calendar.

<div class='spec' markdown='1'> .fullCalendar( 'renderEvent', *event* [, *stick* ] ) </div>

event must be an Event Object with a title and start at the very least.

Normally, the event will disappear once the calendar refetches its event sources (example: when prev/next is clicked). However, specifying stick as true will cause the event to be permanently fixed to the calendar.

View a live demo of renderEvent.