- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2022 06:47 AM
Hi SN Support,,
May some one let me know how to get Workplace_Outlook_add_in_manifest_example.xml file?
We have install the "Workplace Reservations for Microsoft Outlook Add-in" in dev, but I don't see the Workplace_Outlook_add_in_manifest_example.xml when install the add-in.
If anyone having it, may you share it & give some example how to modify that file to make it working ?
Thanks in advance,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2022 07:23 AM
Hi,
The example file can be found on the store page (Workplace Reservations for Microsoft Outlook Add-in)
under "Supporting Links and Docs" that is located on the right side of the page. Please expand the section to see the file at the bottom of the list. Link to the file.
More information on how to setup the set up the plugin can be found on the docs-page Create a manifest file for Microsoft Outlook Add-in.
Regards,
Arvid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2022 07:23 AM
Hi,
The example file can be found on the store page (Workplace Reservations for Microsoft Outlook Add-in)
under "Supporting Links and Docs" that is located on the right side of the page. Please expand the section to see the file at the bottom of the list. Link to the file.
More information on how to setup the set up the plugin can be found on the docs-page Create a manifest file for Microsoft Outlook Add-in.
Regards,
Arvid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2022 07:30 AM
thanks Arvid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2022 10:22 AM
After modify & import the xml with outlook, I can see that Addin.. however if click that add-in, it re-direct to our Portal page & not showing Reserve a space sidebar...to fill Building,Floor,Capacity....
Do I miss any step?
Also, keep following ID--Unique ID for the add-in as default ?
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="MailApp">
<Id>519f85b7-c68c-454b-85de-0f7a783faa86</Id>
Thanks ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2022 10:45 AM
Hi Emily,
Once the add-in is visible in Outlook and you open it, I expect you need to login into the portal. This can be either with SSO or direct login.
I assume you have updated the lines and replaced "[INSTANCE]" with the correct instance name.
Id is oke, you can change it in case you want to deploy a next version (version-tag) but it is not mandatory.
Regards,
Arvid