From a custom database, I am sending meetings out to people’s mail files. I have this working generally OK - I send an Appointment to the chair, and a Notice to each invitee, and I make sure ApptUNID matches and everything seems to work mostly fine. I have come up with an issue though:
The chair reschedules the meeting. An invitee who hasn’t accepted the original invite, then tries to accept the original invite after the meeting has been rescheduled. This invitee gets this message:
“The entry that has been rescheduled is no longer in your calendar. Should Notes recreate the entry so that it can be rescheduled? (Note that recreating the entry may take some time)”
When I try to recreate this scenario with a manually created meeting, the message I get is something like:
“You have not accepted the meeting invitaion but there is a reshcedule. Would you llike to open the reschedule now?”
Does anyone have any idea what I might be missing with the meetings that I create with LotusScript?
Any help greatly appreciated.
I have seen this document and tried everything I can think of based on it:
It works OK the way it is, nothing is truly broken, it would just be very nice to get the meetings created by LotusScript to behave exactly the same as manually created ones. Thanks again for any help.