简体   繁体   中英

c# accessing Outlook calendar from a custom Excel add-in

Is it possible to create an add-in for Excel which accesses/imports a calendar from Outlook? I am using c# in Visual Studio 2010.

it is possible - Excel Add-In is a DLL library and you can do almost everything there. (I believe you already seen the MSDN page about developing add-ins: http://msdn.microsoft.com/en-us/library/bb157876.aspx ). On the Outlook side, it is a bit more complicated, but Calendar folder is accessible via Outlook Interop and folder hierarchy. See http://support.microsoft.com/?kbid=310244 and http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.folder.aspx

HTH

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM