Question, how does the calendar entry / appointment update in other user calendars?
When changes are made to subject, body, times and dates these are reflected in any meetings that have been sent out. However we have added a few new fields to the appointment entry but any changes and updates to these fields are not passed across.
Subject: There is code in the mail file design that sends out the notifications
You would need to change the Lotusscript code to also include your fields.
Subject: Thats the code i cannot find
I know need to change the lotuscript. I’ve debugged line by line the save and send button. Checked CSCalendarEntry, CSEventNotes and common script librarys but just cant see where or how to include my new fields.
Subject: Turn on debug
step through the code, at some point it will do a .send so your code would need to at least go before there.