Replies: 1 comment 2 replies
-
The response objects in the XML response document should line up with the requested accounts in the request XML. Apparently, that doesn't happen. Can you look into the XML documents (see https://ecederstrand.github.io/exchangelib/#troubleshooting) when requesting an account that doesn't return availability information? That should give is a hint as to why things don't line up. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am observing an issue where if I pass multiple accounts (<=100) to
get_free_busy_info
, sometimes the returned availability information does not contain data pertaining to one of the passed accounts -- this causes the order of all the items to shift by 1.Is there a property in the returned availability information that I can use to map the result to the corresponding account instead of relying on the original order of accounts that was passed to
get_free_busy_info
?Beta Was this translation helpful? Give feedback.
All reactions