Hey there!
I’m trying to create this automation for Outlook calendar:
Trigger is when new event is created or updated/Deleted.
Part 01:
I want the automation to check all attendees.
If all is from my company domain - set internal category.
if not - set external category.
Part 02:
When category has set to internal - create this event in another Outlook calendar (Internal).
When category has set to external - create this event in another Outlook calendar (External).
Part 03:
The new created event will have this body format based on the original event:
-
Clickable text “Join Here” that will open the Microsoft Teams meeting.
-
Attendees:
Name 01 (Company name) - Email address.
Name 02 (Company name) - email address.
Part 04:
Time and date changes in the original event will effect the new event.
Part 05:
I will be able to change the new event title and it will not effect the original.
Important details:
All calendars are under the same Outlook MS365 account.
Is it possible to create somthing like this?