Replies: 1 comment
-
An Account will share TCP connection with other accounts pointing tongue same server, so you can safely create new Account objects for your requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In version exchangelib==5.1.0 I used to access shared calendars with one account like this:
On returned folder I call sync_items, store sync state and so on, and i could do it on multiple email addresses (I use one connection).
After upgrading to version exchangelib==5.5.1, this stop working. I Chnge getCal function to:
This returned folder without error, but sync_items returned no valuest.
I know, that I could create Account for every shared calendar, and it will work, but I thing, that every Account use his own connection, so server kick me off (to meny connections from one source), when I want to read lot of calendars.
Beta Was this translation helpful? Give feedback.
All reactions