Closed Vineet-Yadav closed 7 months ago
Thanks for reporting this issue @Vineet-Yadav.
@exextoc, could you please investigate?
Thanks for reporting this issue. We are able to reproduce it. It has been put on our backlog. We unfortunately have no timelines to share at this point.
@exextoc , Any Update regarding this.
This bug is in our backlog and we will keep you posted on the progress.Meanwhile can you please let us know how many users are impacted by this??
Hi @exextoc ,
We have multiple clients which have multiple exchange rooms/ users impacting with this. Please share the tentative info to fix this.
We have email/room containing apostrophe (first'lastName@mail.com).
Current behavior: Using office API (Office.context.mailbox.item.requiredAttendees.addAsync) : "emailAddress": "first'lastName@mail.com" is not added in requiredAttendees as this have aporstrophe. Expected Behaviour: "emailAddress": "first'lastName@mail.com" must be added in requiredAttendees.
Environment
Platform [PC desktop, Mac, Office on the web] Host [Excel, Word, PowerPoint, etc.]: OWA + Native Outlook Operating System:Window 10 Browser : Chrome (We support all browsers ie Microsoft Edge| Mozilla | Safari)
Steps: Passed Scenario:
Failed Scenario:
Office.context.mailbox.item.requiredAttendees.addAsync(emailArray, function(asyncResult) { if (asyncResult.error){
} if (asyncResult.status === Office.AsyncResultStatus.Succeeded) { } else { console.error(asyncResult.error); } }); }
Please suggest how email address ("emailAddress": "first'lastName@mail.com") with apostrophe will be added in requiredAttendees as we mentioned in point #3.
## Context We have outlook addin which fetch data from api and add emailAddress using office api (Office.context.mailbox.item.requiredAttendees.addAsync.
## Useful logs