This is a migrated thread and some comments may be shown as answers.

RadScheduler Recurrence

2 Answers 211 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
AM
Top achievements
Rank 1
AM asked on 21 Jul 2008, 05:56 PM

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

2 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 23 Jul 2008, 09:21 AM
Hi,

We will need more detailed instructions to reproduce the problem with the recurring appointments.

The RecurrenceParentID is set automatically by RadScheduler when a recurrence exception is created. Please, take a look at this help topic for more information about recurring appointments.

More details about the database schema can be found here.

Kind regards,
Tsvetomir Tsonev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
AM
Top achievements
Rank 1
answered on 23 Jul 2008, 12:36 PM
Hello Mr. Tsonev,

Thank you very much for your reply. I figured out the issue. It was eventduration property in the RecurrenceRange class. I assumed that it is the diffeence between the RecurUntil property(since that is the ultimate end date property) and start date. I just replaced RecurUntil with enddate it was fine.

Thank you very much,
AM
Tags
Scheduler
Asked by
AM
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
AM
Top achievements
Rank 1
Share this question
or