Forum Moderators: phranque
I have been including a save this date link using HTML (a href=""). Problem is, I am not sure if it is only working internally as it is saved on a common drive or if it is working in the outside world.
Am I doing this correctly?
Thanks
Then in the HTML I write
<a href="c:\mydrive\test.vcs">Save date - Thursday 30 July</a>
Ultimately, I am writing invitations and would like to have a link in the email invitation that recipients can click on and have them save that date to their diary. Is that possible?
Are you certain that all of your messages will be read in Outlook? If so, you could put that link to a web server and it should function. Other mail clients may not work the same though.
I'd suggest looking into the hCalendar microformat for date formatting. That's a bit more cross platform.