Hi,
I’m working on a code which sends meeting invites using a mail-in db. Now I would like to set the repeats params automatically.
It is easy to trigger the events dialog to popup, just by setting the “Repeats” checkbox, but this still needs manual input of the params.
Any ideas on how the repeats params can be set automatically?
Thanks,
B.
Subject: RE: Programmatically set Repeats params
Manually create an invite document without repeats. Now create a document with repeats, which is otherwise identical.
Next, export the two documents from a view using the Structured Text file format. Export them to two different files.
Now, use a diff program, such as WinDiff, to see what fields have different values between the two documents. Write code to assign those fields.
Subject: RE: Programmatically set Repeats params
Tried it, but unfortunately the fields are not accessible.Field Not Found…
B.
Subject: RE: Programmatically set Repeats params
What are you talking about? When do you get this message, and what code are you trying to execute at the time? Are you trying to set the field values using NotesUIDocument.FieldSetText? Don’t do that. Use the NotesDocument instead. The fields you need to set are not visible on the form, so the UI cannot access them.