Completed
Last Updated: 09 Dec 2021 10:21 by ADMIN
Matthew
Created on: 02 May 2019 07:16
Category: UI for ASP.NET Core
Type: Feature Request
16
Implement Recurrence Rule Parser similar to ASP.NET Ajax

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.

3 comments
ADMIN
Aleksandar
Posted on: 09 Dec 2021 10:21

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/.

kdubious
Posted on: 03 Dec 2021 13:13

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.

Kyle
Posted on: 22 Feb 2021 15:30
I do have to admit that I find this baffling that there is no way for us to parse a rule in .NET that's created on the client-side.  This is a pretty big gap.