/ Forums / Advansys Formativ / Commercial Formativ Solutions by Advansys / Copy from one calendar to another / Reply To: Copy from one calendar to another
We have written a solution which copy a selected Appointment to a pre-defined proxy account. We haven’t release this solution to the public. Please see below the description of the solution. If you are interested about the solution then send a email to support@advansyscorp.com.
quote:
‘——————————————————————————-
‘ Formativ Solutions for GroupWise
‘ Create duplicate appointment
‘ Designed by: Formativ Business Solution Team
‘ Copyright (c) 2003 Advansys Pty Limited (http://www.advansyscorp.com)
‘ Version 1.2
‘
‘ DESCRIPTION:
‘
‘ This applet duplicates a pre-existing appointment in a pre-defined proxy account.
‘ It also duplicates appointments from the defined proxy account back into your
‘ own account.
‘
‘
‘ INTEGRATIONS: Appointment toolbar.
‘
‘
‘ NOTES:
‘ – The appointment needs to be saved prior to running the applet.
‘ – The applet requires that you specify the GroupWise user ID of the proxy account
‘ you wish to create duplicate appointments in/from. To do this, set the constant
‘ IDS_PROXID_ACCOUNT_ID.
‘ – You must have the appropriate proxy rights to the account in which you
‘ wish to duplicate appointments.
‘ – Holding the SHIFT key will create a log file.
‘ – Unable to support ‘Expiration date’ and ‘Classification’ properties for the
‘ appointment message.
‘ – Unable to modify the group appointment message properties.
‘
‘
‘ POTENTIAL FUTURE IMPROVEMENTS:
‘ – Support GroupWise 6.5 categories.
‘ – Check for appropriate proxy rights.
‘ – Support for duplicating alarm time.
‘ – Support attached email messages.
‘——————————————————————————-‘================================================================================
‘ Provide the USER-ID for the proxied account.
const IDS_PROXID_ACCOUNT_ID = “Test”
‘================================================================================
Regards,
Advansys Support