Hi everyone,
How do I get the availability of dates for a resource let say user resource. I only want to know the availability of their schedules and NOT their appointments. I have tried the "RadScheduler1.Appointments.GetAppointmentsInRange(apt.Start, apt.End)" but this only returns the appointments that is being used. What I actually intend to do is the opposite which will return the availability of dates for the users. For example, I want to display their available schedules for a given users to a grid. How can I DO THIS?
Your contribution is highly appreciated. Thanks.
Alex
How do I get the availability of dates for a resource let say user resource. I only want to know the availability of their schedules and NOT their appointments. I have tried the "RadScheduler1.Appointments.GetAppointmentsInRange(apt.Start, apt.End)" but this only returns the appointments that is being used. What I actually intend to do is the opposite which will return the availability of dates for the users. For example, I want to display their available schedules for a given users to a grid. How can I DO THIS?
Your contribution is highly appreciated. Thanks.
Alex