Previous Topic

Next Topic

Book Contents

Book Index

Copy multiple calendars from the same data center XML file example

In the copydefcal XML file, all calendars in the EM5NYC data center with names beginning with the letter A are copied to the EM7NYC data center. The new calendar names are calendarname_COPY (for example, the copy of the Alljobs calendar is named Alljobs_COPY).

<COPYCAL>

<DATACENTER FROM="EM5NYC" TO="EM7NYC"/>

<CALENDAR FROM="A*" TO="A*_COPY"/>

</COPYCAL>

Parent Topic

copydefcal arguments file examples