Bug in the CreateInvitation() Calendar function call;

If I run:calendar.CreateInvitation(daterange, “Subject”, invitees, &newentry );

where invitess is an instance of LNText, but is empty the call and save of newentry works fine.

If I add or Append any addresses into the LNText object the newentry.Save() fails.

I also did not use the Create Invitation but CreateCalendarEntry and added the neccessary Items into the document manually. Once again the Save() fails.

So, how do you invite anyone to a meeting if this is the case?