开发者

How to sync ASP.NET MVC calendar control to Outlook

开发者 https://www.devze.com 2023-04-03 09:56 出处:网络
Does anyone know of a way to sync outlook calendar to custom control? The custom control is shared by all users on a web page, but each user has acce开发者_如何学Goss to his meeting using outlook. I h

Does anyone know of a way to sync outlook calendar to custom control? The custom control is shared by all users on a web page, but each user has acce开发者_如何学Goss to his meeting using outlook. I have searched a couple of controls and the only way to do this was by using ics files, I would like to have all this done programmatically.


Assuming your organization uses MS Exchange and your version supports it you could look at using the Exchange web service api. Here's a link for the Exchange 2010 SDK docs.

0

精彩评论

暂无评论...
验证码 换一张
取 消