Question
Unable to apply ICS token to an image
We are using a calendar icon in our emails to allow recipients to add an event to their calendar. I though I could just copy the entire token "{{my.Save The Date:default=}}" to the image URL within the HTML editor. But when I test this, the URL turns into the following (this is what I see when I hover my mouse over the image. Clicking on it does nothing):
<a href = 'http://our.domain.com/save+the+date.ics'>Add%20to%20your%20calendar</a>
This is an invalid URL. Based on the URL when just the token is used (without an image), it should simply be:
our.domain.com/save+the+date.ics
Has anyone had success using images and ICS tokens?
<a href = 'http://our.domain.com/save+the+date.ics'>Add%20to%20your%20calendar</a>
This is an invalid URL. Based on the URL when just the token is used (without an image), it should simply be:
our.domain.com/save+the+date.ics
Has anyone had success using images and ICS tokens?