For more information, please refer to this announcement explaining best practices for getting answers to questions.
Resource Alert: embed addToCalendarLink url for ILT Activity within hyperlinked 'Click Here' link
Hi all,
I have created a notification that learners receive when they move off the Waitlist to being enrolled in an Offering. The message template includes a table that liststhe names of the ILT/VILT Activities associated with the Offering and the url for the Calendar link, as per below, sourced from Oracle Doc Doc ID 2639162.1, Oracle Fusion Learning Cloud: Adding Instructor-led Offering Activity Calendar Links to a Learning Resource Alert.
<table>
${AlertUtils.loop('completionDetails','<tr><td>${activityTitle}</td><td>${(AlertUtils.nullIf(addToCalendarLink,"Self-Paced", addToCalendarLink))}</td></tr>')}
</table>
This works, displaying the full long url string that is the link to the calendar invite. When clicking on it a new browser page opens to HCM and the calendar invite is downloaded within the browser.