Hi @Roger Roger,
Firstly, New list in abc02 from existing calendar list in abc01.
Then create a Power Automate flow:
- Build an automated cloud flow and select trigger "When an item is created or modified".
- In the flow design page, set Site Address to abc01 and List Name to calendar in abc01.
- Add an action: Get items. Set Site Address to abc02 and List Name to calendar in abc02.
- Add a Condition control. Set it as below screenshot.
- Under Ture, add an action: Update item. Set it as below screenshot. You can select other columns in your list under "Advanced parameters" and set their values to what're in "When an item is created or modified".
- Under Flase, add an action: Create item. Set it as below screenshot. You can select other columns in your list under "Advanced parameters" and set their values to what're in "When an item is created or modified".
Create a flow like the above, set the trigger to "When an item is deleted" to delete the item in abc02 when an item is deleted in abc01 based on deleted item id.
That's all. Publish the flows. Then when an item in abc01 calendar is created, modified or deleted, the same actions will be synced to the calendar in abc02.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.