gautamsi / ews-javascript-api

EWS API for TypeScript/JavaScript - ported from OfficeDev/ews-managed-api - node, cordova, meteor, Ionic, Electron, Outlook Add-Ins
MIT License
281 stars 72 forks source link

Appointment.Bind sometimes return null Organizer #423

Closed brt-tiep-duong closed 1 year ago

brt-tiep-duong commented 1 year ago

const appt = await Appointment.Bind(service, new ItemId(uniqueId));

The appt in above code sometimes contains null for the Organizer property. Is it observed by anyone? I found similar issue: https://stackoverflow.com/questions/47288978/ews-appointment-organizer-sometimes-empty

gautamsi commented 1 year ago

did the resolution work for you as in stackoverflow issue in mentioned?

brt-tiep-duong commented 1 year ago

yes, i added the AppointmentSchema.Organizer to property set. Issue is not observed so far.