Mistakes??

I don’t what happends but I am not able to make calendar works propertly.

I can’t use minicalendar and colision. I am not able to move one event to another hour or another day.

Also I can’t create one recurring event and move or erase just one event, not all of them. is it possible?

Also, now calendar doens’t take events from database. version before this one did it. I don’t add my events.php file but it works with v2.1

I added my html file. Maybe you can see my mistake.

Thanks
prueba.rar (1.21 KB)

As stated in documentation
docs.dhtmlx.com/doku.php?id=dhtm … collisions
Collision and Limit behaviors are not compatible with recurring events.

Combination of mini-calendar and active-links was not tested and provides not desired functionality - will be fixed.

Ok, thanks.

Are any way to make collision and limit work with recurring? changing some code or something like this?

Basically recurring events will mostly work with “collisions”. But some cases will not be checked, for example if newly created event is recurring and some distant occurrence of it , will intersect with some other event - it still will be allowed for creation. ( its nearly not solvable task, to predict intersections of multiple recurring events, without end data, because we need to check an infinite number of dates )

Limitations will not work with recurring events at all.