fullcalendar / fullcalendar-react

The official React Component for FullCalendar

Home Page:https://fullcalendar.io/docs/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getEvents method does not return all the events. returns only those events which are present in he current view.

ParthaSarthi98 opened this issue · comments

i created a recurring event using rrule which lasts for three month.
when i call getEvents method it returns those events which are in view. say suppose i am at month April which has 10 events when i use getEvents i get the 10 events. but when i go to march which has no events i call getEvents method it returns me empty array.

Please refer to the support page and use Stack Overflow for help. If this is a bug, please supply a runnable, stripped-down demonstration.