linkedin / pyexchange

Python wrapper for Microsoft Exchange
Apache License 2.0
153 stars 98 forks source link

Delegate calendar support #30

Closed h3 closed 9 years ago

h3 commented 9 years ago

This allow an Exchange account to fetch calendar events of other Exchange accounts using the delegation feature.

Note: It is tested and works, but I have not run the tests suite

symptog commented 9 years ago

:+1: that's very usefull a merge would be really nice

got-root commented 9 years ago

I ran the tests manually against Python 2.7.8 and 3.4.1 and all was fine. I went ahead and merged but it would be really nice if someone could write tests and documentation around this.

Thanks!