I send automatically generated emails from events on my website and wanted to create an 'Add to Calendar' link in the email. I have created an .ics file with the details and stored it on my server, and then created a link to it (using a href) in the html code of the email. When you click on the link in the email it asks the recipient to subscribe to the calendar. How do i create the ics file/code so that it gets added to the recipients own calendar and not a new subscribed one? Am I missing something obvious?
Is this something that I can't do?
here is the content of my .ics file.
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
BEGIN:VEVENT
DTSTAMP:20130301T191700Z
DTSTART:20130412T190000Z
DTEND:20130412T230000Z
SUMMARY:Beer Festival
END:VEVENT
END:VCALENDAR
Can anyone help?
Thanks