Did you ever get a response for this I would be interested in the answer as well. I know it can be done with a connection to exchange and the data gets pulled on the fly when the page is loaded, but I did it in a classic asp page using webdav. I would love to be able to do it in .NET.
If you get no further, I can post a sample of what I have that works. Better than nothing, right
I haven't got a response yet. I'm searching for a way to develop an Outlook add-in that uses a Web Service to capture data, but I didn't find the answeer yet.
You can create a Web service that Outlook syncs to in order to display data in and Outlook calendar. In fact, we have an article with a full-blown sample on MSDN. My colleague, Stephen Toub, wrote this one, and the code is ready for download. In essence, you create your service to implement the SOAP calls with XML data exchange conforming to the schemas that Office 2003 expects when connecting to Windows SharePoint Services lists. It's more than clever, actually. It's downright brilliant.
Outlook calendar sync
Ajay1234
If you get no further, I can post a sample of what I have that works. Better than nothing, right
YesK
scott xxxxxxxx
Juliano,
You can create a Web service that Outlook syncs to in order to display data in and Outlook calendar. In fact, we have an article with a full-blown sample on MSDN. My colleague, Stephen Toub, wrote this one, and the code is ready for download. In essence, you create your service to implement the SOAP calls with XML data exchange conforming to the schemas that Office 2003 expects when connecting to Windows SharePoint Services lists. It's more than clever, actually. It's downright brilliant.
Here's the article:
Custom Calendar Providers for Outlook 2003
This should help,
John.