Back to Fullcalendar

removeEvents

_docs-v1/event-data/removeEvents.md

latest393 B
Original Source

Removes events from the calendar.

<div class='spec' markdown='1'> .fullCalendar( 'removeEvents' [, *idOrFilter* ] ) </div>

If idOrFilter is omitted, all events are removed.

If idOrFilter is an ID, all events with the same ID will be removed.

idOrFilter may also be a filter function that accepts one Event Object argument and returns true if it should be removed.