OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
687 stars 94 forks source link

Errors on Office.context.mailbox.item.location.setAsync #2011

Closed jean-wujingyi closed 1 year ago

jean-wujingyi commented 3 years ago

For newUI of Outlook desktop version, when I open a new meeting event and inject Room info on location field first, then try to using addin to inject meeting link to location field, the location field could not spilt Room info and meeting link correctly. It been used semicolon before but seems invalid now.

Screen Shot 2021-07-22 at 11 14 28 AM

And for web version of Outlook, it will lose Room tag and changed to a normal location if I just using Office.context.mailbox.item.location.setAsync function to set what I get from Office.context.mailbox.item.location.getAsync function

Screen Shot 2021-07-22 at 11 18 28 AM Screen Shot 2021-07-22 at 11 17 55 AM

These issues happened recently, and other products(like Zoom) on Add-ins Store has similar problems. Could anyone help to have a look with it?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

AlexJerabek commented 3 years ago

Thanks for reporting this @jean-wujingyi.

@exextoc, could you please take a look?

jean-wujingyi commented 3 years ago

Any updates?

exextoc commented 3 years ago

@jean-wujingyi By Outlook desktop, do you mean Win32 or Mac? Please share build number also.

exextoc commented 3 years ago

Thanks for reporting this issue regarding location.setAsync API. It has been put on our backlog. We unfortunately have no timelines to share at this point.

Internal tracking id- New Mac Outlook UI: 5308309 OWA: 123448

AlexJerabek commented 3 years ago

Since this is an issue with the JavaScript API (instead of the documentation), I'm going to transfer this to the office-js repo.

exextoc commented 1 year ago

This bug is closed due to inactivity for a long time. If the issue resurfaces, please re-open it. Thank you.