Collision and recurring events

Hello
I enabled the collision feature for a client just recently and found that when trying to create a recurring appt this error appears:

the code from the collision page creating this error is :
a.attachEvent("onEventSave",function(c,b){b=a._lame_clone(b);b.id=c;b.rec_type&&a._roll_back_dates(data_copy);return h(b)})

Would appreciate any suggestions to resolve.

thanks

Hello @utexas10,

I tried to reproduce the issue, but was unable to run the function from this fragment:

a.attachEvent("onEventSave",function(c,b){b=a._lame_clone(b);b.id=c;b.rec_type&&a._roll_back_dates(data_copy);return h(b)})

as variables names are not easily understandable.

Could you please reproduce the issue in our snippet tool(reproduce => click the “Share” button => send me the new link):
http://snippet.dhtmlx.com/5/25bb1fe35

Also, it would be helpful if you will clarify the version of the scheduler you are using, you can check it by printing scheduler.version in the browser console.