Where is GetConflictingItems() in C&S / Mail template? [2nd post]

I’m trying to discover how repeating calendar entry processing occurs, and I found a reference to that function, but I can’t find it defined anywhere. Anyone know where to go to get it?

I haven’t found it in partial synopses, and a full one returns too much code to display in the client.

Thanks,

Bill

Subject: Where is GetConflictingItems() in C&S / Mail template? [2nd post]

It is a method of the NotesCSEventOwnerDocument class, which is built in to LotusScript – not defined anywhere in the mail template, and not publicly documented.

Subject: Thanks …

Any chance I can get a look at any materials relating to how it functions? I’m trying to build similar functionality into a calendar database, and I wanted to start with an algorithm that Lotus already used.

Subject: RE: Thanks …

I don’t know of any, but if you search the Internet and these forums you might find something.

Subject: To find stuff like this easily…

… install DDSearch:

http://www-10.lotus.com/ldd/sandbox.nsf/0/f090b24ea76b1c0100256c45003e6396?OpenDocument

(Just make sure you search thru the mail TEMPLATE file instead of your actual mailfile, as the tool indexes the entire database it searches through…)

Subject: Thanks for the tool link

and sorry it took me so long to see that someone replied.