I was trying to generate a Lotus Notes Appointment using the Domino Java API DOMINGO. The appointment is created successfully in my local mail database and I was able to open it. But unfortunally there are no required attendees listet in the Appointment. After closing it, my field 'RequiredAttendees' is not there anymore, it has been removed. I tried to compare an Appointment created manually with a new one I generated by my Java application. The result can be found in the dropbox folder.
I can not figure out what is missing in my Java-generated Appointment.
Thanks for any help!
PS: I know this question was asked before. I tried the recommended solution for this problem but it didn't work out...