Platform: Calendar in Outlook Web Access (only, not in other clients) in Office 365
Scenario: We have an add-in that adds an URL to the location field of invitation in calendar. If there is a text before the click of add-in, on add-in click the populated URL gets concatenated to the existing text by a semi-colon.
Problem: This behaviour not only makes the URL un-clickable but also starts showing the newly concatenated text as room or location info for that user in further invites. The same text then traverses to the Outlook Calendar client as well.
What we have done in code: We set location using setAsync() call on Office.context.mailbox.item.location
How to fix this problem? We do not want the strings to be concatenated?