I have an o365 connector get event where I pass start and end time
there are two appointments in the calendar one from 17:00 to 17:15, and one 17:15 to 17:30.
In trace I see I sent the correct start and end time
start time: 2022-02-17T17:15:00Z
End time: 2022-02-17T17:30:00Z
the output shows
"start": "2022-02-17:17:00:00.0000000",
"end": "2022-02-17:17:15:00.000000"
meaning it returned the wrong meeting (and then deleted it).