I’m finding my way through the Java APIs ofNotes.jar, accessing a local mail database and, more particularly, the ($Calendar) view.
What I’m interested in is to be able to express
in Java the same functions as in the Calendar and Scheduling examples of the C APIs. Would there be some documentation on how to do this?
Any pointers are welcome.