I have a Logic App that I need to get events from a Calendar in Outlook. I am specify the dates I am interested in like this.
Start/DateTime ge '2023-07-01' and End/DateTime le '2023-07-31'
Problem is that recurring events that where started outside of this time period aren't returned even though an instance of the event occurs during the defined time period.
Anyone know how to get these recurring events included?