Even if QueryAppointments event handler is fully empty, it causes appointments to disappear when switching from Agenda to Day or Week view.
It only works if I re-create the whole AppointmentsSource collection.
Documentation mentions is following info:
- Other than agenda view, the scheduler
AppointmentsSource
can be reset for a new visible date range to improve appointment loading performance.
Still, it doesn't indicate that I have to reset the whole collection, so I consider this issue to be a bug.
(see attached sample project)