Export Calendar Items to Outlook 2K3
One of the advantages to working with Microsoft development platforms is that there are often convenient integration tools available to leverage the functionality of other advanced Microsoft applications. The Microsoft Office suite of products is a widely known and used bundle of software that can give you access to advanced features without doing a ton of extra coding.
One of the products in this suite is Outlook 2003. Known of course as mainly an email reader it also has a myriad of features and support for tasks, calendars, notes, contacts, meetings and more. When developing your own applications it is sometimes advantageous to take advantage of these features instead of trying to develop them yourself.
Note: This tutorial requires Visual Studio .NET running ASP.NET 1.1, however, the code provided can be implemented and translated into any language. The web form is simply an interface to exporting the vCalendar. Both VB.NET and C# code samples will be provided
Tech Note: This tutorial was tested with Outlook version 2003. The vCalendar may have different implementations within previous versions of Outlook and may require additional tweaking not provided by this tutorial. The assumption will be that you are running Outlook 2003
Kevin Koch is a senior software engineer with over 8 years experience designing and architecting primarily web based applications. Fresh out of college during the nineties he co-founded Task Solutions and developed several projects with the then popular classic ASP. 




