"RepeatForUnit" item missing in Calender entry?
Posted
by Pari
on Stack Overflow
See other posts from Stack Overflow
or by Pari
Published on 2009-10-01T14:41:41Z
Indexed on
2010/03/22
8:11 UTC
Read the original article
Hit count: 337
c#
|lotus-notes
Hi,
I am accessing RepeatForUnit to manage "Repeats" in Lotus Notes.
String RepeatForUnit = (string)((object[])docCalendarDoc.GetItemValue("RepeatForUnit"))[0];
Initially i was getting "D" for Daily event, "W" for Weekly and "Y" for Yearly.
But now properties field not showing any of this value even after adding Repeat in calender.It is not visible in Properties list of Lotus Notes Calender and showing "" (black entry) for above code.
I am not getting why this is happening.Can anybody help me out in this?
© Stack Overflow or respective owner