MCPcopy
hub / github.com/fullcalendar/fullcalendar / getEvents

Method getEvents

packages/preact/src/api/CalendarApi.ts:68–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 addEvent(eventInput: EventInput, sourceInput?: EventSourceApi | string | boolean): EventApi | null
67 getEventById(id: string): EventApi | null
68 getEvents(): EventApi[]
69 removeAllEvents(): void
70
71 // Public Event Sources API

Callers 15

checkAllEventsFunction · 0.65
events-function.tsFile · 0.65
removeEvents.tsFile · 0.65
checkAllEventsFunction · 0.65
events-gcal.tsFile · 0.65
eventSourceFailureFunction · 0.65
constraint.tsFile · 0.65

Implementers 1

CalendarApiImplpackages/preact/src/api/CalendarApiImp

Calls

no outgoing calls

Tested by

no test coverage detected