Link to home
Start Free TrialLog in
Avatar of jmckay321
jmckay321

asked on

You must select and instance document...

I maintain an application that creates Notes calendar entries, via the C API.  I have a case where I am creating a repeating calendar entry.  I do this by creating two documents, a parent and a child.  The resulting meeting looks fine, as far as recurrence and other data.  The problem I have is that it cannot be modified (rescheduled or deleted).  I get the error message "you must select an instance document to perform these actions". I have read the IBM technote on this error message, but I don't really understand how it would apply to me, with regards to what modifications I need to make to the parent or child documents.  As far as I can tell, the entries that I create are identical to those created natively in the Notes client, but I don't have this problem with the native document.  Can anybody shed some light on this problem?
ASKER CERTIFIED SOLUTION
Avatar of Rartemass
Rartemass
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jmckay321
jmckay321

ASKER

I think I have resolved this by other means - it seems to be related to the properties "DeliveredDate" and "PostedDate".  It has to be PostedDate if you are the organizer, or DeliveredDate if not.  Screwy.