C++ API question

Hi All,

I am trying to add a recurring calendar item to my calendar through the C++ API. It is being added successfully and the first occurance is displayed in my calendar, however, all the other occurances are not created at all.

Does anyone have any experience with using this? I assume I am just missing a certain field or perhaps setting one incorrectly??

Thanks in advance,

Denis

Subject: C++ API question

Though the C++ API does not support repeating calendar entries yet (as of 7.x), the Notes C API does offer some insight into which fields/values need to be set to depict a repeating event.

i.e. the field: $CSFlags

Take a look at the C API reference for 7.x

I personally would like to see IBM address repeating calendars in the C++ API eventually. I always thought an equivalent of CDO was needed for Notes. But since the mail template is not fully open source, I suppose no third party company has or will come along to write an LSX or C/C++ API to accomplish this.