Back to Fullcalendar

clientEvents

_docs-v3/event-data/clientEvents.md

latest562 B
Original Source

Retrieves events that FullCalendar has in memory.

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

This method will return an array of Event Objects that FullCalendar has stored in client-side memory.

If idOrFilter is omitted, all events will be returned.

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

idOrFilter may also be a filter function that accepts one Event Object argument and returns true if it should be included in the result set.