C#: Recurrence Calandar issue of Lotus notes
Posted
by Royson
on Stack Overflow
See other posts from Stack Overflow
or by Royson
Published on 2010-01-23T07:17:19Z
Indexed on
2010/03/13
10:15 UTC
Read the original article
Hit count: 361
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#.
© Stack Overflow or respective owner