C#: Recurrence Calandar issue of Lotus notes
- by Royson
Hi all,
I am creating a Recurrence pattern in calendar items. But there is a issue as before clicking "Save and Send Invitations" button of Lotus notes 8.5, i am able to view the "RepeatForUnit" field from document property and based on its value i am identifying the Recurrence type like (D: for daily, W: for Weekly, M: for monthly etc).
But, After clicking on the "Save and Send Invitations" button, the Recurrence is getting saved but after that, i am unable to get the "RepeatForUnit" field in Document Properties.
Kindly help me, how to identify the Recurrence type and the related fields.
Note: I am using Domino.dll using C#.