Problem with Recurring Events and Custom Lightbox

Hi,
I am having an issue when I edit an occurrence of a Recurring event and use a custom lightbox, the DataAction class doesn’t seem to contain the correct values when it saves the event.

The targetid and sourceid are 0, and the rawsid seems to be parentid#event_length.

As a test, I was able to duplicate this with the latest trial. I copied the form from the MVCFormInLightbox demo, into the Recurring demo. Added hidden fields for the event_pid, event_length, and rec_type.

Thanks
Mike

Hello,
recurring events requires additional handling, your form should create correct rec_type patterns and manage event_pid, event_length, rec_type properties.
Check this article from the client-side component’s documentation
docs.dhtmlx.com/doku.php?id=dhtm … ntegration