问题描述
我试图找出最好的方法是用C#在IBM Lotus Domino服务器中为用户检索日历条目.
对于Microsoft Exchange 2007/2010,有 Exchange Web服务(EWS) [ ^ ].
对于Google Apps for Domains,有 Google Data API [ ^ ]
但是,如果有IBM Lotus Domino和可以在C#中使用的接口,该怎么办?
我在使用本地安装的IBM Lotus Notes客户端为其他用户检索日历条目的地方工作.但这是减慢速度的方法.
I am trying to figure out what the best way is to retrieve calendar entry''s for users in an IBM Lotus Domino server in C#.
For Microsoft Exchange 2007/2010, there is Exchange Web Services (EWS)[^].
For Google Apps for Domains there is Google Data API[^]
But what to do when there is a IBM Lotus Domino and an interface that can be used in C# ?
I have something working, where I use the local installed IBM Lotus Notes Client to retrieve calendar entry''s for other users. But it is way to slow.
推荐答案
这篇关于从IBM Lotus Domino检索日历条目的最佳方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!