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

Scheduler not removing occurrence exceptions.

2 Answers 158 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Brett
Top achievements
Rank 1
Brett asked on 22 Jun 2016, 05:44 PM

From what I gathered from googling my issue. The scheduler should automatically delete a series exception when updating the series itself. Currently my scheduler is not removing any exception.  Am I missing an option to remove the exception? I want to note I am not using 'batch' for my transport. Any advise would be appreciated.

 

Thanks,

 --Brett

 

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 24 Jun 2016, 09:50 AM
Hello Brett,

Indeed, the scheduler will remove all relevant exception events if the series is updated or removed. This can be observed in our online demos using Network tab of the browser developer tool.

The only reason that I can think of, for not deleting the exception events, is the exception events does not point to the recurrence head event (recurrenceId field is not updated correctly). Would it be possible to send us a simplified repro demo that demonstrates the issue?

Regards,
Georgi Krustev
Telerik
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Brett
Top achievements
Rank 1
answered on 24 Jun 2016, 03:05 PM

Georgi,

    It turns out, at least for my example I had to have the `batch: true` option set. As well as the parameterMap set just like the example code. Once i did that the scheduler functioned properly. 

Tags
Scheduler
Asked by
Brett
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Brett
Top achievements
Rank 1
Share this question
or