This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for kde-mac/kde/qt-webkit on macOS 12.6 | |
Build date: 2023-02-15 21:01:17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__author__ = 'Nicklas Börjesson' | |
from lxml.builder import ElementMaker | |
import lxml.etree | |
from pyexchange import Exchange2010Service, ExchangeNTLMAuthConnection | |
URL = u'https://your_server/EWS/Exchange.asmx' | |
USERNAME = u'your_domain\\your_account' |