<Algorithm for Events Auto-scheduling Keeps Schedu...
# stackoverflow
u
Algorithm for Events Auto-scheduling Keeps Scheduling For the Same Time I have an app that includes a feature which automatically schedules meetings for the app user. Expected Behavior: It should look into the user's calendar, find an empty time slot, and then schedule meetings into open time slots. Current Behavior: It currently always schedules the meetings for the same slot. For example, it will auto schedule a meeting with Mary Sue on Oct 23rd at 9am, but then auto schedule a meeting with John Smith on Oct 23rd at 9am, then everyone else on Oct 23rd at 9am...