Is it possible to bind the scheduler to a DataView? I have a lot of code on another form that uses a datagrid to show appointments. I've already written my filtering based on many relational tables and I would like to reuse it. My appointments have many resource tables (Type, Location, Employees, Guests, Units, Groups) and I would love to not have to write a lot of stored procedures. I also like the instant filtering given by using a DavaView without having to refill the data.