I am working on a simple java code to extract all calendar entries for a given date. I know it possible using Domingo but I would like to use only Notes.jar for this purpose. It is possible for me to create a session based on a given credentials and get the calendar object. I am looking to extract the current running notes session and use that session object to open the calendar view in the mail file and start playing with it. But I am not able to get it working. Anybody have any idea or links on this ?
|
|
|
|
|
|
|
Just by googling I have found this article. They create an Eclispe plugin there for Notes. And the example code for getting employee brithdays is also there (I guess Calendar works in a similar way):
EDIT: Also look at this link for some documentation on Notes.jar. |
||
|
|
|
|
For some reason its failing at "NotesFactory.createSession();". In anycase If i am not wrong the code is accessing the address books database and getting the information. Most of the code in the domino docs are specific to write java code inside LN and outside. For instance most of the code uses a code called getSession(). But I can't figure out where the heck the code is there for getSession(). Any idea ? |
||
|
|
|
|
The NotesFactory.createSession() method is what you can use to get a handle to the current session. Notes will automatically share the current client session. If this method is failing, there may be something wrong with your basic configuration. Be sure that:
|
||
|
|
|
|
HI Ed
The worst part now is even using Domingo API is not giving me access to the meeting invites for a particular day. Damn |
||
|
|
|
|
Well I have done with the default notes API and here's the code.
The only drawback i see is that, whenever the session is extracte, notes pops up a password dialog box. In my searches so far I have not seen a solution for that. Apparently a security arrangement in LN i guess. |
||
|
|
