pyexchange icon indicating copy to clipboard operation
pyexchange copied to clipboard

Python wrapper for Microsoft Exchange

Results 40 pyexchange issues
Sort by recently updated
recently updated
newest added

Last week (week of Aug. 23 or so 2017), my python scripts that use exchangelib stopped working on both Linux Ubuntu and Windows 7 64 bit. I traced the issue...

New field "categories" with the categories of an appointment

Hi, when trying out pyexchange I stumbled for a moment when these two code fragments did not fit to each other.

Hi, so far getting the master calendar item is limited to the 'Occurence' type, but I don't see why it should not work for the 'Exception' as well.

I have surfaced the issue when creating calendar event, 401 Client Error: Unauthorized for url:https://yourdomain.com/EWS/Exchange.asmx Has anyone experienced anything like this?!

Hey, I added room lists and room fetching. Also event creation was slightly modified to receive delegate_for property.

I'm using pyexchange to read calendar events and save them to a web application, but I get this error on occasion when running the sync code, and I'm trying to...

Hi! I could not import pyexchange 0.6 (installed via `pip install pyexchange` on babun/Cygwin on Windows 10) using ipython 2 nor 3: ``` Python 3.6.1 (default, Mar 24 2017, 12:50:34)...