Question

  Asked: Feb 16 2005   8:20 AM GMT
  Asked by: bvogler


Access Notes Calendar via com


Exchange, Corporate portal applications, IBM, E-mail applications, Lotus Domino, Address book, Agents, Calendaring/Scheduling, Outlook

I am looking for some code samples that would enable me (in ASP or Visual Basic) to programmatically place an event in someone's Lotus Notes calendar.

For example, an intranet site has a calendar on the home page - we want to have a link that says "Add this event to your Notes Calendar".

Has anyone done this using the com library or the C API in Notes ?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



To be able to do this you will need to have the following info:

Users name
Domino Server Name where mail file resides
mail file name on the OS.

Whith that info all you do is create a calendar document in the mail file with all the necessary fields populated. You can read the IBM RedBook COM Together for help on the COM interface and accessing the database. There are a few examples that you can download with the RedBook. Here is hte URL to download the PDF version of the book and if you click on the link called Aditional Material to download the samples.

IBM Redbooks | COM Together - with Domino
http://www.redbooks.ibm.com/abstracts/sg245670.html?Open

Hope this helps
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Exchange, CRM and DataCenter.

Looking for relevant Exchange Whitepapers? Visit the SearchExchange.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

RobWills  |   Apr 8 2005  3:51AM GMT

The problem with this approach is that the web server would also require access to the Notes id file that was going to update the mail files together with the corresponding password.

If you could use Domino (perhaps in an IFRAME within your ASP home page) then a signed agent could update the mail file.

If you have already authenticated into IIS on the intranet then this NT user could also automatically authenticate with Domino without requiring your Domino password.