outlook - Microsoft Exchange Integration in Python -


which python package/library integrating ms exchange in python.: pyexchange or exchangelib .

i trying integrate ms exchange odoo 10, please advise me best package it. tried of functions of exchangelib . eg: bulk_create, account.calendar.all(), etc , working.but functions bulk_update, bulk_delete not working.

am not able update values odoo ms exchange calender because shows error:

attributeerror: 'calendar' object has no attribute 'bulk_update'

attributeerror: 'calendar' object has no attribute 'bulk_delete'

please advise

bulk_update() , bulk_delete() methods on account class, not folder class. that's why you're getting attributeerror.


Comments