I’m new to Lotus Domino, so my apologies if this is FAQ. We’re developing a customer application where we need to import Lotus Domino email, contacts, and calendar over the internet. I was wondering what are some of the options available for a Lotus Domino developer to access this information.
The key part is that we need to be able to access this information over the internet. In other words, we need something similar to Lotus Domino Web Access, except that we need to access it through code instead of the browser.
You’ll have to explain more about what you are trying to do to get specific help on the forum. Are you trying to retrieve entries from the logged in users email & calendar when you open this new application? You can use embedded elements (views) to easily do this. You can do more complex data retrieval using agents called by AJAX. In that case you will need to write LotusScript or Java agents to return your data as XML. I am just scratching the surface. You’ll get a targeted recommendation if you share your specific needs.