The Conflict detector ignores the Recurring events in the Table.
"Shift Scheduling Tutorial".
http://code.daypilot.org/file/download/wysc7wviangzhhsa4i5wstozou/TutorialShiftScheduling.v3.zip
Let say I have a event for Agent John on 11/4 Sunday, 11AM-4PM. Another Event for Agent John on 11/5 Monday,11AM-4PM.
Then I edit the " 11/4 Sunday" event, so that repeat daily for 1 time. Now, there 're conflict schedule for Agent John on 11/5 Monday.
The algorithm in "Shift Scheduling Tutorial" has expanded recurrent event, so expanded recurrent event are inside DataTable for conflict detection.
I have also look at the DataTable, and it did have the three events in there, in which there are conflict
schedule on 11/5 Monday
But somehow conflict detection is ignoring it and return zero for detector.Count.
If the conflict event are not recurring events, then the conflict detection works perfectly.
The conflict events are stored in the Table, but conflict detector ignores it if it is a recurring event.
I tried it with "Shift Scheduling Tutorial". It did the same thing.
See picture for detail.
Is there any way to make the Conflict detector see the recurrence event in the DataTable?