AddDelegate support - possible to pass in a custom envelope? #1348
Replies: 1 comment
-
The easiest is probably to just implement the service in exchangelib. You could use https://github.com/ecederstrand/exchangelib/blob/master/exchangelib/services/get_rooms.py as a template to create your add_delegate.py file. Elements needed to construct and parse the XML would be added to https://github.com/ecederstrand/exchangelib/blob/master/exchangelib/properties.py. There are plenty of examples there showing how to implement XML elements as Python classes. If you want to go more low-level, the |
Beta Was this translation helpful? Give feedback.
-
This is an awesome library - thank you! Ran into needing the AddDelegate call, which isn't supported. Is there some mechanism that would allow me to construct a custom envelope and pass it in then parse the results in my code, but leveraging the existing connection/auth etc?
Beta Was this translation helpful? Give feedback.
All reactions