I assume you mean without deleting the original?
If so it should be pretty simple to stop that part of the 'Move Event' plug-in from executing. The code for deleting the original event is clearly labeled in the command_move_event.pl file. Just change the line
if ($error == 0)
at the start of that section to
if (0)
and no event data will be deleted.
You might also be able to modify the 'Schedule to All' plug-in for your needs as well.
Dan O.
[This message has been edited by DanO (edited October 25, 2003).]