Click to See Complete Forum and Search --> : Add TO Calendar link in HTML


nolawi
08-25-2008, 01:04 PM
I wanted to do an Add to Calendar in html just like seen here (http://www.eventbrite.com/event/103944902)

And then it pops up in outlook and or Google Calendar and saves the event.

Is there a way to do this in HTML Javascript or something?

thanks

ray326
08-25-2008, 11:09 PM
He appears to be doing it with Javascript or at least a Javascript facade.

berger_d
01-23-2010, 07:24 AM
I know this questions was posted a long time ago, but was there ever a way to do this via HTML?

I'm looking to do something like this with a newsletter that gets emailed out to our club.

Thanks in advance for any assistance.

tracknut
01-23-2010, 08:24 AM
You need an iCal formatted file to send the user, that has all the calendar info in it (start & end dates, subject, etc). I suppose in theory you could hard code an iCal file for a particular event, then just provide the link to it in your html, but more normally you'd build the iCal file at run-time and then link the user to it... which couldn't be done in html only.

Dave