Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net insert data into Outlook Calendar (VB.net)

Hi

I have an ASP.net application (with VB.net code) that interacts with an Access database that is hosted on the same website. I gather date using a SQL query and then want to insert information into the user's Outlook calendar. Is this possible? What's the best way to do this?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Kumaraswamy R
Kumaraswamy R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes you can do that. just Follow the Structure of Outlook. In onject of Outlook you can get the different item lik mailitem, contactitem, etc. In same will get calendar item also.
Avatar of Murray Brown

ASKER

Thanks very much. Sorry about late reply