Hello,
I am new to RadScheduler and I need to implement a scheduler with recurrence property. I can get the appointments which do not recur to work properly. But the recurring appointments get duplicated. For example, if I set it to recur weekly on every Tuesdays, it would actually give duplicate once a day until first week ends. Then twice a day until the second week ends and so forth. I also don’t understand how to set the RecurrenceParentID property. What is the data structure of the RecurrenceParent and RecurrenceRange?
Thanks a lot in advance,
AM