Questions tagged [pyexchange]

PyExchange is a library for Microsoft Exchange.

PyExchange is a library for Microsoft Exchange.

It’s incomplete at the moment - it only handles calendar events. You can create new events, get the list of events, get event details etc.

Official website: https://pyexchange.readthedocs.io/en/latest/

5 questions
3
votes
1 answer

Timezone issue with pyExchange

I am working with pyExchange on windows 7 machine. I have a simple python v2.7 script that retrieves the Outlook calendar events from the exchange server. The script is provided below: Code: from pyexchange import Exchange2010Service,…
ρss
  • 5,115
  • 8
  • 43
  • 73
1
vote
1 answer

Microsoft Exchange Integration in Python

Which is the good python package/library for integrating MS Exchange in Python.: PyExchange or exchangelib . I am trying to integrate MS Exchange with Odoo 10, please advise me with the best package to do it. I tried some of the functions of…
Pravitha V
  • 3,308
  • 4
  • 33
  • 51
1
vote
1 answer

Printing outlook calendar events list using pyExchange

I am working with Microsoft Outlook 2010 and with pyExchange. I am trying to list all the events scheduled between two dates as mentioned here in the docs. My code snippet is as below: eventsList = service.calendar().list_events( …
ρss
  • 5,115
  • 8
  • 43
  • 73
0
votes
1 answer

Import error: Cannot import name ExchangeNTLMAuthConnection

This is my python error stack trace. I'm using pyexchange, a package used to interact with Microsoft Exchange servers. I'd like to know which part fails exactly. It had a lot of dependencies and I had trouble installing a few of them - lxml,…
Krish
  • 917
  • 4
  • 10
  • 23
0
votes
1 answer

Access Shared Calendars with pyexchange

I'm trying to access and read "Shared Calendars" based on pyexchange and the following code: from pyexchange import Exchange2010Service, ExchangeNTLMAuthConnection from datetime import datetime from pytz import timezone #Connection URL =…
Nicolas
  • 79
  • 7