1

I got a Uncaught (in promise) TypeError

When I try to:

this is the fullpath to the file cause the error that I can find owa/./packages/common/controls/packages/calendar/data/owa-calendar-event-notification-bar/lib/utils/showUndoNotificationForInstantDelete.ts

UPDATE: I will not face this error if I comment out the code that set custom property like this

let customProperties: Office.CustomProperties;
if (this._appointment.CustomUid && this._appointment.CustomUid != '') {
    //customProperties.set(this._customUidKey, this._appointment.CustomUid);
    //customProperties.saveAsync();
}

Then I think this is a bug of OWA while handle recurring appointment with custom property, right?

Appreciate all your help.

  • Hello, thanks for reporting this issue. We could repro it. We also have added this issue to our backlog; however unfortunately we don't have any timelines to share for the fix. Thank you. – Outlook Add-ins Team - MSFT Apr 12 '20 at 09:46

0 Answers0