Hi,
I have an application that uses the Lotus C++ API to fetch calendar entries for users.
When a user sets himself as out of office, a calendar entry seems to be created with start/end-times the same as the times the user set out of office. The entry is not visible in the Lotus Notes client though…
I need a way to determine if a certain calendar entry is the result of the user being out of office.
The API documentation has methods for getting entryType, itemType and noteType but none of these seem to match what I want to do. I have also checked classId and className of the entries, but the out-of-office-entries have the same id/name as regular calendar entries.
Any tips?
An ugly solution would be to check the subject of the bookings, if it matches “Out Of Office” (or matching phrase in other languages). I don’t know if this will always be the case though…