I am actually coding in JAVA and got some problems when a particular user is trying to update/ delete an entry an another user's lotus Calendar.
There are two users userA and userB. userA has only "read" rights on the calendar of userB. As a matter of fact when userA is trying to update the calendar of userB , I have the following error since userA has only read rights:
NotesException: Notes error: You are not authorized to perform that operation
What I want to do in java , is to check whether userA has read rights or edit rights before proceeding to update the calendar of userB.