What are the required fields that need to get entered (programmatically using C/C++ APIs) to create a valid recurring calendar/schedule item such as an appointment or meeting?
Also, there seems to be a field called ‘RepeatInstanceDates’ that gets created whenever recurring meetings are created through the Notes UI but doesn’t seem exist when I create an item myself programmatically. I’ve filled in the values for OriginalStartDate, RepeatStartDate, Repeats, RepeatUnit, RepeatInterval, RepeatFor, and RepeatForUnit. But I don’t see the RepeatInstanceDates coming up on the created item. Is there way to get the Domino server to calculate and fill the values in for this field? Seems like there should be a way since I’m providing all of the parameters that are necessary for the computation of this field. Any suggestions?
Thanks,
Justin