Hi, I have a weird problem. I am running on LN 6.5 and 7.0.
I wrote an agent, that collects calendar appointments from other key user’s calendars. Off course the agent id has been granted standard read access to the calendar (that is ‘No Access’ with the ‘Read public documents’ flag on).
Weird are appointments that are marked as private (without the $PublicAccess field = “1”):
When opening the ‘($Calendar)’ view in the UI of such a key user, I can see private appointments, e.g. something like “09:00 - 10:00 Private”. As these private appointments are not for my eyes, I cannot see any details - which is ok so far -, but at least I can see the date and time and that the user is busy.
But when accessing the view via LotusScript®, these private appointments are not available. Even the NotesViewNavigator doesn’t show them. I don’t want any other information than what the view displays (the time and that it’s private), but I need it in background, not in the UI.
So, I can see the private appointments in the other user’s calendar view, I can see it using the Scheduler object, but I cannot “see” it using LotusScript.
Any ideas from your side are welcome! How can I browse through a calendar view, the way it is displayed to the user!?
Thomas