Skip to main content

system.kanoa.schedule.checkEventsOverlap(eventsToScheduleList, scheduledEventsList)

Checks to see if there is any overlap between two lists of time intervals.


Parameters

eventsToScheduleList List of Dictionaries

- endDateDateTime
- startDateDateTime

scheduledEventsList List of Dictionaries

- endDateDateTime
- scheduleBlockInfoDictionary
- startDateDateTime

Returns

overlappingScheduleBlockList List of Dictionaries


Example