jquery-week-calendar
jquery-week-calendar copied to clipboard
Events should not overlapping when two events are having same start and end dates
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'} ];