Missing recurrence after iCal-Export

Hi there. After exporting my scheduler to iCal using the function toICal (http://docs.dhtmlx.com/scheduler/api__scheduler_toical.html), I cannot find my recurrence definitions in the exported ICAL string. Is this not supported? My event (just as an example) has the attributes:

rec_pattern: “month_3___”
rec_type: “month_3___#5

And the exported ICAL string looks like this:

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//dhtmlXScheduler//NONSGML v2.2//EN
DESCRIPTION:
BEGIN:VEVENT
DTSTART:20160402
DTEND:20170702
SUMMARY:New event
END:VEVENT
END:VCALENDAR

Shouldn’t this have an RRULE section?
Best regards

Hello,
unfortunately, the current version of the iCal export does not support recurring events

Hi Aliaksandr, thanks for the answer.
As far as I understand, the iCal import via “scheduler.parse(data, ‘ical’)” doesn’t like recurrent events either, right?
As far as I understand, you have a working implementation of both iCal import AND export and including recurrent events in an external, php based server side tool (http://docs.dhtmlx.com/scheduler/ical_export_import.html), is this correct? The respective blog entry is from 2010 (i.e., very old).
If so, is there any specific reason that you don’t incorporate that solution into the scheduler itself? Is this product under active development? You provide an open source version, so if I converted that php code to javascript and added it to the parse method, would you consider merging it in?
The server side implementation is no option for me and if I decide to buy your product I need iCal import and export.

Best regards

I have a similar issue using ical and not being able to show recurrences. Are there any solutions for this to add events via javascript?