Repeat entries in Calendar

Hello Lotus Gurus,I am trying to mail users calendar entries to a common calendar database to see all the users calendar and appointments.

I have done this using postsave on Appointments form in mail file. All works fine, but when i send a repeat enabled calendar enrtry it does not work as it does not pick up the field value ‘CalendarDatetime’ from the original document. Hope some one can shed some light and guide me.

FYI… Repeat intervals are nothing but when you achedule appointment for more than one date then dates will be stored as multiple values in ( as a range ex: start : 01/01/2005 to 03/01/2005 then the date list will be 01/01/2005,02/01/2005,03/01/2005 in calendardatetime field). But this value it is not picking up when i mail it to some other mail in database.

Thanks in advance.

Cheers

Sri.

Subject: Repeat entries in Calendar

Hi Sri

u can take the field value of repeat date list from RepeatForm - Subform

you can have a hidden field - tmpdatelist, where the field is populated in “GenerateRepeatList” event (global)

from field called “vdates”

then hv the same field in Appointment form also.

populate the field values to this field.

now the repeat date list is ready.

HTH

regards

ramesh