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

Exception appointment issue

2 Answers 55 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ilya
Top achievements
Rank 1
Ilya asked on 08 Sep 2011, 02:11 PM

When I create an exception appointment, should the regularly scheduled appointment still be shown? For example I have rec appointments that occur on Fridays at 11AM. When I drag and drop one of the occurrences to a brand new day and time (Wednesday for example) the new appointment shows up but the old one on Friday also is showing up. When I drag-and-drop in the RecurrenceExceptionCreated event I create a new exception and update master appointment's recurrence rule with the new rule containing date and time of the exception. In the new exception appointment I reference DataRecurrenceParentKeyField of the master appointment. Since the regularly scheduled appointment is modified I don't want to display it any longer for that week. What am I doing wrong? Thanks

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 13 Sep 2011, 03:59 PM
Hi Ilya,

This is indeed not expected. You can check the proper behavior with the online demos.

If you continue to experience problems, I advise to isolate the issue in a sample project and send it to us via a support ticket.


Greetings, Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ilya
Top achievements
Rank 1
answered on 13 Sep 2011, 04:46 PM
Peter,

I found the error and it was on my part. Instead of adding e.OccurrenceAppointment.Start to the rule I was adding e.ExceptionAppointment.Start. Sorry for the confusion.
Tags
Scheduler
Asked by
Ilya
Top achievements
Rank 1
Answers by
Peter
Telerik team
Ilya
Top achievements
Rank 1
Share this question
or