Send Data from Lightbox to dhtmlxAjax.post

Hello,
I have set up scheduler V5 with the lightbox. All fields of the lightbox will be transmitted to dataProcessor to the server.
activated reccuring and added it to the lightbox. No data is transferred, there is no error in the console. Have the function inserted

scheduler.attachEvent("onEventSave", function (id, ev, is_new) {
if(!ev.rec_pattern=="" && !ev.rec_type==""){`
  dhtmlxAjax.post("senddata",ev);
   return true;
});

How can I transfer the contents of the lightbox? Is there a function for passing the content “ev” to dhtmlxAjax.post function?

THANK YOU
Ciao Thomas

Hi,

You don’t need to pass the content “ev” to dhtmlxAjax.post function.
Please read in the guide here how to configure server-side integration for the recurring events.