18 lines
423 B
Plaintext
18 lines
423 B
Plaintext
|
|
removeEvents *1.2*
|
|
==================
|
|
|
|
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.
|
|
|