For more information, please refer to this announcement explaining best practices for getting answers to questions.
Add 'Remove From Calendar' Link in Resource Alerts
Summary:
We have a requirement to create a resource alert for Withdrawn ILT Offerings. However we need to include the Calendar Invite for the same with a Link of 'Remove from calendar'.
I tried to use the same link which I have used for Add to Calendar which is working fine:
${AlertUtils.loop('completionDetails','<tr><td><a class="NotificationLink" ${href}="${addToCalendarLink}" ;target="_blank">Add to Calendar</a></td </tr>')}${AlertUtils.write("</table>")}
Content (required):
I tried to change the link to below and use this:
${AlertUtils.loop('completionDetails','<tr><td><a class="NotificationLink" ${href}="${addToCalendarLink}" ;target="_blank">Remove from Calendar</a></td </tr>')}${AlertUtils.write("</table>")}