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).
well, that didnt work - i had to add an ofilter to make sure I ended up with only the exact event I wanted.
I will try to set the 'top count' = 1 - this should hopefully force it to return the one event, not the ones adjacent.
No stupid questions, right ;)? But yeah, this has been working fine for a long time - I dont know why when I specifically put one time in, I got a different time (outside the boundary that I set) back. this was the only time I've seen it do this, but given the next step is delete the event, it was not good and wanted to see if there is anything known or give the option for support to dig into it..
This may be a stupid question, but did you convert the time you want to look for correctly? Because it is looking in Zulu Time (Coordinated Universal Time). Just making sure it isn't something simple