I have a SQL table with the fields [Start Date Time], [End Date Time], [Subject], [Date]
When a user clicks a button on my ASP.net web page I want to create events in their Outlook calendar
using this information. I know how to read the SQL data so I am looking for the VB.net
code to create the Outlook events.