/ Forums / Advansys Formativ / Creating Solutions with Formativ / Create an Appointment without “me” / Reply To: Create an Appointment without “me”
May 26, 2009 at 5:52 pm
#8114
In order to create appointments to another user account, you will need to either login or proxy to the account.
If you have proxy rights to the account then you can use the following code to proxy prior to create appointment. See the Novell Object API documentation for more information.
set oProxyAccount = GroupWise.account.Proxy(proxyUserID)
Regards,
Advansys Support