How get all calendar entries for a given using the Notes.Jar for Java
        Posted  
        
            by vikramjb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vikramjb
        
        
        
        Published on 2009-09-17T12:48:18Z
        Indexed on 
            2010/03/20
            9:31 UTC
        
        
        Read the original article
        Hit count: 471
        
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 ?
© Stack Overflow or respective owner