Re: Connecting 2 O365 different calendars
Hi @rgarcia-pibal,
Do you want to copy all events from calendar A to calendar B?
Or copy the event to calendar B when a new event is created in calendar A?
I have made a test on my side and could authenticate 2 different 0ffice 365 account.
For copy all events from calendar A to calendar B, please take a try with the following workaround:
- Choose a proper trigger, here I use Recurrence trigger.
- Add “Get events (V1)” action, create a connection to it with first O365 account. Specify Calendar id.
- Add “Apply to each” action, input parameter set to output of “Get events (V1)” action
- Within “Apply to each”, add “Create event (V1)” action, create a connection to it with second O365 account. Specify Calendar id.
Image reference:

The flow works successfully as below:
For copy the event to Calendar B when a new event is created in Calendar A, please take a try with the following workaround:
- Add “When a new event is created (V1)” trigger, create a connection to it with first 0365 account.
- Add “Create event (V1)” action, create a connection to it with second O365 account.
Image reference:
The flow works successfully as below:
Best regards,
Kris