Hello,
You will need to move all the events over from the unpublished calendar. If you edit the database and use this query:
UPDATE jos_jevents_vevent SET icsid = 3
Replacing jos with your DB Prefix and icsid with the id of the calendar you want all the events moved too.
Otherwise you have to update each event manually.
Many thanks
Tony