Download event to outlook calendar

D

davidman73

Hi,

I built an asp.net application that displays a calendar with some
events. However, I'd like to add some functionality to allow users to
click on an event and create an outlook calendar entry.

I've noticed some web sites have that. They provide a link that when
clicked, you download a file (don't remember the extension), which is a
new entry in your calendar and then all you have to do is click on
"Save" and you have it.

Is there anything on how to create that file to publish on my web page?

Thanks in advance,

Dave
 
V

Vince Averello [MVP-Outlook]

See if you can create an iCal file which would give you capabilities beyond
just Outlook since more programs accept that as a standard appoinment/event
format
 
Top