themouette / jquery-week-calendar

A weekly calendar plugin based on jquery and jquery-ui
http://groups.google.com/group/jquery-week-calendar
720 stars 253 forks source link

Events should not overlapping when two events are having same start and end dates #197

Open santhureddy008 opened 8 years ago

santhureddy008 commented 8 years ago

Below are the my events, please find solution. var events = [ { 'start': '2012-01-01 13:00:00', 'end': '2012-01-01 13:00:00' }, { 'start': '2012-01-01 13:00:00', 'end': '2012-01-01 13:00:00'} ];