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

Migration from ASP.NET Scheduler

1 Answer 98 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 2
Brian asked on 12 Sep 2013, 03:35 PM
I have some concerns on the viability of migrating from ASP.NET Scheduler to Kendo UI scheduler. Particularly, the manner in which recurrence is handled in the two products is handled. It would be VERY GOOD if both systems store data in the same way. At the very least, have a way to convert data over from one system to the other.

Otherwise, migration would be very hard to do.

Thanks,

Brian

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 13 Sep 2013, 03:17 PM
Hello Brian,

 
In general, Kendo Scheduler expects the recurrence rule to be a string field, which follows the RFC5545 specs regarding the RRULE option. Also, it supports to define DTSTART and DTEND option in the recurrence rule field. Something like this:

var recurrenceRule = "FREQ=DAILY;COUNT=5;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU"

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
Brian
Top achievements
Rank 2
Answers by
Georgi Krustev
Telerik team
Share this question
or