Implement Recurrence Rule Parser helper that uses the Scheduler recurrenceRule string and parses it in a usable format on the server.
There is already a similar helper for Telerik UI for ASP.NET Ajax.
Hi,
While a dedicated component for parsing recurrence rules is currently not available, parsing the recurrence rule on the server is possible using a third-party library - the ical.net library, for example. Here is a knowledgebase article on the matter:
Parse the Scheduler RecurrenceRule with ical.net
Regards,
Aleksandar
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Agree with Kyle. Having to add a hidden scheduler to a view in order to parse the dates is an ugly hack.
We need a server-side approach.