Hello,
I am retrieving the events information with following condition in the flow that retrieves event information based on start time and with specific subject. For example there are two events created as follows:
Event 1 : Subject - Development , Start Time - 08:00,Date - 23rd March
Event 2 : Subject - Development , Start Time - 10:00, Date - 23rd March

Now, I have deleted the event "Event 2" from the Outlook manually, then I run the above action again, which still throws above two events information.
I was wondering if this is happening because Graph API takes time to refresh or I am missing something to update in the Outlook from my side.
Any clue why it still returns "Event 2" information while it's already deleted from the Outlook?
Thanks,