I want to develop an application in which user can allocate time schedule to their group members, the issue is suppose I have already schedule two different time and now again want to schedule time for the same day then how I will check that the same time schedule is not already allocated or not
Date Start Time End Time status
15-09-2017 10:05 13:10 TRUE
15-09-2017 10:00 14:00 FALSE because 10:00-13:10 is already scheduled
15-09-2017 08:20 09:00 TRUe
15-09-2017 09:30 10:05 TRUE
15-09-2017 09:40 10:05 false `