T
Thelen
Situation Exchange env.. Current folder is a calendar folder of another
user (USER2), where USER1 has the rights to create/modify etc. a appointment
in this folder.
When USER1 creates a new appointmnt by pressing Ctrl+N and then saves it, it
will be saved in the calendar of USER2 because this is the current folder.
I try to create a new appointment by script (and modify start date), but
when the USER1 later saves this appointment, it will be saved in USER1's
calendar and not in the current folder!
This is my code (myOO is the application object)
sub CreateNewAppm(X)
Dim MyAppm
....
Set MyAppm = myOO.CreateItem(olAppointmentItem)
....
MyAppm.Display
end sub
How can I solve this problem?
Thanks
J. Thelen
user (USER2), where USER1 has the rights to create/modify etc. a appointment
in this folder.
When USER1 creates a new appointmnt by pressing Ctrl+N and then saves it, it
will be saved in the calendar of USER2 because this is the current folder.
I try to create a new appointment by script (and modify start date), but
when the USER1 later saves this appointment, it will be saved in USER1's
calendar and not in the current folder!
This is my code (myOO is the application object)
sub CreateNewAppm(X)
Dim MyAppm
....
Set MyAppm = myOO.CreateItem(olAppointmentItem)
....
MyAppm.Display
end sub
How can I solve this problem?
Thanks
J. Thelen