1

I am looking for a solution to export Shared Outlook Calendars (yes, I'm using exchange server and yes I can copy calendar to my local folders, which would allow me to export. However, what if there are more than 50 calendars, which I need to export? Is there a way of automating the process?).

I am interested in using C# for accomplish this task. Has anyone ever tried to do that?

4

4 回答 4

1

Exchange Web Services (EWS) allows you to do this

于 2008-10-14T17:54:53.570 回答
0

outlook2ical

has a VBMacro to export outlook calendar to iCal format.

You might check if its worth the time to port to C#.

于 2008-09-10T09:50:45.753 回答
0

嗯.. 只是想知道Google Calendar Sync是否允许您这样做。我没有任何共享日历可以试用。

或者你已经试过了吗?

于 2008-09-11T08:33:24.323 回答
0

你试过看 VSTO 吗?(Office 的 Visual Studio 工具)。这将为常见的 Outlook 项目(日历等)提供 API。它是各种 VBA 管理 API 的 C#/.Net 版本。

于 2008-10-13T12:27:15.417 回答