1. Within Outlook, create a new appointment. Fill in all the appointment details that you want.
2. Click "Save As.." Type in filename.vcs, or in the file list, select "vCalendar Format (*.vcs)"
3. Save the file as filename.vcs andclose the appointment.
4. Finally, DELETE the appointment from your calendar so you can test it properly.
In your web editor of choice, add the link:
<A HREF="filename.vcs">Click here to add this event to your Calendar</A>
Or use a text editor, and copy the following
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>vCalendar Test</TITLE> </HEAD> <BODY> Come to my event!<BR> <A HREF="filename.vcs">Click here to add this event to your Calendar</A> </BODY> </HTML>
voila....clickable calendar event!
(I know it works with Outlook, I'd be curious to see what other calendar programs it works with. It should be all vcard handlers.)
EDIT: For some browsers, you may have to right-click and select "Save As..."
Edited by dkreifus, 22 August 2005 - 05:47 PM.











