public override AppointmentQueryResult GetAppointmentsInRange( DateTimeRange range, IEnumerable<ScheduleResource> resources )
The GetAppointmentsInRange method implementation for the ScheduleListDataSource class executes the query synchronously; as such, the list of Infragistics.Scheduler.Data.AppointmentQueryResult.Appointments is fully populated before execution returns from the method.
Use this method to obtain a list of each Infragistics.Scheduler.Appointment which intersects with the specified range, optionally filtered by one or more resources.
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+