That you for the reply.
I do use linq quite a bit, so selecting by date range is fine for fixed dates, but what about the recurrence rule?
The control must process the recurrence rule in order to display appointments on the calendar, so the code must exist for dealing with that rule. Here is a sample rule:
Is there any code available that I can call in order to process this rule?
As an example, I give a timeframe, or 2 datetimes, and get back a list of all appointments in that range? (Without drawing the control to the page)