Hi,
I am new to this Infragistics - Web schedule, Need to create a new appointment in such way that it should not overlap with other appointments or recurrences i.e.) should be linear. Appointment should not clashes with other appointment. How can I check this property? Is there any Events to do this?
Please guide me in doing this...
Regards,
Nagendran
Hi
In Order to avoid Recurrence appointement overlapping you need to do some Extra work.
First you need to Send your Recurrence Id to your Procedure and need to Check type of Recurrence
i.e(Daily,weekly,Yearly)and then need to fetch the set of Dates for that Recurrence type and after that you can check your overlapping appointment from these Dates.
I already achived by using this Method.
For Refrence take help from this Article
http://www.codeproject.com/KB/database/sqlscheduleselector.aspx
Thanks
Yashkant