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

Recurrence does not modify series date/time

1 Answer 56 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Alankar
Top achievements
Rank 1
Alankar asked on 27 Sep 2010, 11:36 PM
When I try to modify the start/end time of the entire series of the recurring appointments, it modifies parent appointment's date/time only. So, it modifies the Start/End Date fields of the appointment, which is fine, but the RecurrenceRule remains unchanged.

AppointmentRecurrenceEditor.StartDate = StartDateValue;
AppointmentRecurrenceEditor.EndDate = EndDateValue;
RecurrenceRule rrule = AppointmentRecurrenceEditor.RecurrenceRule;

In the code above, the RecurrenceRule rrule does not reflect the new StartDateValue/EndDateValue from the previous lines. I am using the AdvancedEditTemplate and AdvancedInsertTemplate with a RecurrenceEditor to handle appointments. The code above is used in the AppointmentCommand event handler for the "Update" command. Am I missing something?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 01 Oct 2010, 09:17 AM
Hello Alankar,


Can you send us sample code with which we can replicate the problem? Our tests show that it works as expected. Here are the help topics on using RadSchedulerRecurrenceEditor for reference:

Reading the Recurrence Rule

Populating the Recurrence Rule


Regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Alankar
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or