Is it possible to lazy load events upon date view change? I am trying to implement lazy loading of events. The goal is to fetch and display events only for the current visible date range of the calendar. Pre-fetching all events is not feasible for my application. I only want to fetch and show events for the day(s) shown to the end user.