Outlook Calendar in own VB.Net program

D

dunk_king

Hi Anybody,

i´m trying to show a calendar (dayview) in my own vb.net programm.
This calendar sheet should get all items (of this day) of my local
outlook calendar (Outlook 2000). Is something like this possible?
Perhaps is it possible to involve the whole outlook calendar in my
program? (This would be the best way!)

Thanks for all help
 
C

Carlos J. Quintero [VB MVP]

Hi,

It would be easier the other way: instead of showing the calendar in your
app, make your app to automate Outlook to show it with the calendar view and
pass the data back to your app. Or you can provide an add-in for Outlook,
make the user work with Outlook directly, and submit data to your app. Just
some ideas...
--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


<[email protected]> escribió en el mensaje
Hi Anybody,

i´m trying to show a calendar (dayview) in my own vb.net programm.
This calendar sheet should get all items (of this day) of my local
outlook calendar (Outlook 2000). Is something like this possible?
Perhaps is it possible to involve the whole outlook calendar in my
program? (This would be the best way!)

Thanks for all help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top