Yields all events that overlap with point.
By default event end is considered exclusive, meaning that if point == event.end, it is not considered overlapping.
If endInclusive is true, event end is considered inclusive, and the aforementioned would be considered ovlerapping.
Yields all events that overlap with
point. By default event end is considered exclusive, meaning that ifpoint == event.end, it is not considered overlapping. IfendInclusiveis true, event end is considered inclusive, and the aforementioned would be considered ovlerapping.By default start is inclusive.