Hello,
the links seems to be ok. Just to make sure, the List ID is the corrent one of your list right? And in your environment you replaced https://sharepointSite.com/ with the site collection url your workflow is running in, right?
Kind regards,
Enrico
Thanks for the reply.
Yes, the list ID is from the URL of the calendar list settings page. I also tried adding the list ID with {} brackets instead of %7B / %7D on the ends of the ID - still didn't work.
Yes, I used my own sharepoint site link - just can't post that as it's a company internal site. I also tried various iterations of this site link (ie. just the root of the site vs. a full path to the calendar list). Neither seems to work. Just the root site link returns an error; the full path link takes me to the item display page, but doesn't open the calendar entry.
You can click any SP calendar entry and find the button under Custom Commands in the ribbon. This button opens an outlook calendar window you can save to Outlook. I'm trying to create this link in my list so I can display it various other places or email it to recipients.
I figured this out!
The site path in my link, and maybe the format of my list ID were not exactly correct. The way I finally got the correct link was to download a SP calendar event using the button provided under Custom Commands called "Export Event". This opens the download dialogue for IE:
After I saved the file, in IE I clicked Tools > View Downloads. From the downloads window that opened, I right-clicked on the downloaded calendar event and selected 'Copy Download Link'. This provided the correct format for the link, including the list ID. I just had to update the property for item ID in the link and all works as expected.
I built a simple workflow that creates the download link, and adds it to a multi line text list column as a link (<a href="link"> Add to Outlook Calendar </a>. Now, when I click the 'Add to Outlook Calendar' link in my calendar event list, it auto-opens the save dialogue.