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

I can retrieve all my events from calendar (like this [1]) but objet is not iterable : ``` python events = cal.list_events(start, end, details=True) print("Events: %s" % events) for event...

possible to get another account's public calendar ? as the function in viewpoint : https://github.com/WinRb/Viewpoint # cli = Viewpoint::EWSClient.new(endpoint, user, pass) start_time = DateTime.parse("2015-06-24").iso8601 end_time = DateTime.parse("2015-06-26").iso8601 user_free_busy = cli.get_user_availability(['[email protected]'],...

Our institution disables SMTP functionality on our e-mail accounts, forcing us to use their web client or some other native Exchange client (mobile or otherwise). We want our web apps...

Hey @got-root, this is super silly, but I couldn't find a better way to reach you. :) Are you at PyCon by any chance? Would be awesome to meet up....

The try-catch block has a unhandled exception in the catch statement in line 67. This happens when we pass a url that is of type 'https' but it does not...

It sounds like the docs aren't clear around us returning UTC datetimes rather than localtime (see issue #35) so we should review and make it less confusing. Need to include...

enhancement

Add this to CONTRIBUTING: https://gist.github.com/trustrachel/b70d79ea670f048ed165

Pyexchange should be pretty trivial to release as a wheel.

Python has a kerberos module. See tutorial here: https://ncoghlan_devs-python-notes.readthedocs.org/en/latest/python_kerberos.html

enhancement

Can PyExchange support AutoDiscovery of end-pointURL ?

enhancement