Mark document private/public

I seem unable to find any info about the private/public documents features in notes. Since all acl lists have this as an option I assume it’s an integral feature…?

I want to use an agent to set a bunch of documents, created before a certain date, in someone’s calendar as private.

Any suggestions? I noticed private appointments have a field “OrgConfidentail” that is set to “1” in private docs, but that alone doesn’t seem to make existing docs private. I was hoping for a doc.markPrivate(true) method, or something but didn’t have much luck…

thanks for any help!

-ross

Subject: $PublicAccess

If a document has a field called $PublicAccess with a text value of “1”, then it’s public.

Subject: RE: $PublicAccess

Thanks very much!

-ross