In our current collision detection algo, we check the title similarity of events after matching events by start and end times. However, this is problematic because when people change the start and/or end time of their events, we will create a new event in the database instead of updating the existing one.
In our current collision detection algo, we check the title similarity of events after matching events by start and end times. However, this is problematic because when people change the start and/or end time of their events, we will create a new event in the database instead of updating the existing one.