Hi,
If I run this code in the Notes Client it works, but if I run this code on Server in the browser I get an error:
Exception occurred calling method NotesSession.freeTimeSearch(lotus.domino.local.DateRange, number, java.util.Vector, boolean) null
The same code in java throws this exception:
HTTP JVM: NotesException: Unable to find FreeTime for Names provided
HTTP JVM: at lotus.domino.local.Session.freeTimeSearch(Unknown Source)
In the Notes Client this code runs w/o an exception.
Does anybody has an idea how to get freetime in XPages outside the Notes Client?
Thx Jan