I need to create a power apps screen that shows me all the calls in a gallery based on this condition - for example I am looking at a user's outlook calendar. He usually blocks few hours every day in his calendar as open for calls (marked as green) and within this time block user can have these allowable calls titled as 'Client Call' and 'Sales Call' (marked as blue)
but incase any other call that happens other than these allowable calls, between open for calls block then get me those calls/events data (here in this example it should return me 'Other Call' marked as orange). how do I create a collection in my app which stores all overlapping calls basically, only those non open for calls that overlap with the open for calls blocks.
Somehow I'm able to create a collection that returns me all open for calls blocks and all other calls happening in a day but not able to get only those call/calls that are not allowed within open for calls blocks (Example call shown in orange color in the below ss)