Our powerful JS Calendar component


Post by cbennett »

I would like to be able to get a list of the rendered events after the calendar loads, but I am having some issues finding a reliable way to do this.

We are using the calendar in list mode. Is there an event listener I can configure that will run getEvents after the initial load?

I have tried this

onLoad({source}) {
        setLoadedEvents(source.eventStore.getEvents(startDate: startDate, endDate: endDate))
      }

But calling get events during the load causes multiple rerenders. Is there a different event I should call this after?


Post by saki »

Would you please post the complete runnable code? We need to see why the calendar would re-render. It might be caused by the application but also by the wrappers so we need to understand what's happening.


Post Reply