Hi,
I am using the 9.1d calendar (build 22th of october). I am filtering the events and lanes in the calendar using some combos. Currently I filter the events myself and then do setData on the calendar.
However, I noticed that there is a _getEventsInRange : function (start, end, grid) function. It would be great if there would be an override point to be able to return if an event should be rendered or not. Like: isValidEvent(event) or isEnabledEvent(event), this function could be called from the getEventsInRange I think.
Or is there another efficient way to filter events in the calendar (instead of doing setdata with a new set)?
gr. Martin
I am using the 9.1d calendar (build 22th of october). I am filtering the events and lanes in the calendar using some combos. Currently I filter the events myself and then do setData on the calendar.
However, I noticed that there is a _getEventsInRange : function (start, end, grid) function. It would be great if there would be an override point to be able to return if an event should be rendered or not. Like: isValidEvent(event) or isEnabledEvent(event), this function could be called from the getEventsInRange I think.
Or is there another efficient way to filter events in the calendar (instead of doing setdata with a new set)?
gr. Martin
Comment