Access to all calendar member in org with admin account #1328
|
Hi everyone |
Answered by
ecederstrand
Aug 14, 2024
Replies: 1 comment 9 replies
|
If you want to use exchangelib, then loop over your list of email addresses and create an That said, maybe you're better off doing this by using some of the Exchange Server PowerShell admin commands? |
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
exchangelib has the
Aaccount.protocol.get_free_busy_info()method you can use to get free/busy info. See https://ecederstrand.github.io/exchangelib/#non-account-services