I used Connector_Java mode could detect event collision on client side now, but if there were multi-users to use the scheduler at the same, I couldn’t detect the event collision in real time, so was there a idea to check the collision on server side?
This was my big problem in my currently work. I’ll appreciate if I can get some comments from you.
In case of non-recurring events - it can be solved by single sql query, which can be attached to some of server side events.
In case of recurring events situation is more complex - there is a helper class for php , which can calculate collisions, but so far there is no sample for java.