I use the recurrence rule from the ASP.NET AJAX Scheduler as shown in this jsFiddle http://jsbin.com/eqisip/23/edit
Why is the second appointment not shown?
Thanks,
Koen
3 Answers, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 22 Jul 2013, 09:50 AM
Hello Martin,
Currently, the recurrence rule supports only RRULE part of iCalendar specification. We will add support for DTSTART/DTEND properties for the next official release of Kendo UI. For now, you will need to use the start/end properties of the event. Check the updated jsBin demo.
Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Have you added the DTSTART/DTEND to the official release yet? I tried modifying your jsBin demo to use the latest javascript, but it didn't appear that the DTSTART/DTEND is working in the rrule text yet.
Thanks,
Drew
0
Vladimir Iliev
Telerik team
answered on 05 Jun 2014, 02:04 PM
Hi Martin,
Please check the example of using the "DTSART" and "DTEND" options with the latest release of KendoUI scheduler: