Pick-up current event

Is there a way to use getEvents function to pickup currently scheduled event when there are overlapping by recurring or continued days limited by time?

Hi,

getEvent() returns all events that occur during the specified period. You can add aditional check if start_date and end_date of each event are within this period.