Nothing is automatic, unless you schedule something to do it.
This will move an event from one calendar to another, but you need to know the two CalendarIDs and all the EventIDs.
gam calendar CalendarID1 move events id EventID destination CalendarID2
You can print all events from the first calendar.
gam calendar CalendarID1 print events
Then use that as the csv source to the first command.