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

Creating recurring events

1 Answer 126 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Curt
Top achievements
Rank 1
Curt asked on 10 May 2015, 10:33 PM

For a few reasons, we do not use the built in templates, we use our own modals.  This is working just fine, except for recurring events.  I can create them just fine, except for two issues:

 

1) if i create an event with an id, it throws an error

2) if i create without an id, it saves, but only the first instance is considered recurring, the rest show up, but are not considered recurring.

A simple dojo, i believe copied from an example here:

http://dojo.telerik.com/@TrikinCurt/atoZU

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 13 May 2015, 06:54 AM
Hi Curt,

The desired behavior of inserting event with recurrence rule defined is not supported as in the time when the occurrences are created the head insertion is not completed (therefor the head cannot be find and error is thrown). Possible solution in current case is to first insert the event (without recurrence fields) and then set the recurrence fields using the model "set" method

Regards,
Vladimir Iliev
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
Curt
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or