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

Issues saving current occurences

1 Answer 68 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dean
Top achievements
Rank 1
Dean asked on 25 Apr 2016, 04:03 PM

Hi all,

I'm trying to save the current occurrence of the recurring event. But it cannot be saved, and I see the following error message in the console:

kendo.all.js:82119 Uncaught TypeError: Cannot read property 'isRecurrenceHead' of undefined

Could you please help me resolving it?

Kind Regards,

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 27 Apr 2016, 07:49 AM

Hello David,

Judging by the error message, I assume that the event that is supposed to be saved/updated is undefined. Basically, the widget requires SchedulerEvent instance, as only it has isRecurrenceHead method:

I would suggest you check whether the event is created correctly. 

If you need further assistance, please provide a runnable demo that demonstrates the issue.

Regards,

Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Dean
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or