Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
3.67/5 (3 votes)
See more:
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.
Posted
Updated 22-May-11 1:23am
v3

1 solution

One solution for now is to use IBM Lotus NotesSQL[^].

It performs much faster the using the interface from the client.
But should be nice to have a Web service interface like on Exchange and Google.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900