I want to get all visible events in a react FullCalendar v4 view. I can't find any property on the calendar's instance that filters out only visible events. I can get all the events though.
Unable to get only visible events, my thought was to filter out all events by means of the visible range. But then I can't get that visible range either. I tried calendar.view
, calendar.getView()
, ... none of them exist. Is this a temporary lack of methods/properties or am I missing something?