Identify changes in the Outlook distribution list and resend Outlook meetings to the newly added person
UiPath does not natively track changes in distribution lists, but you can use Outlook APIs, PowerShell scripts, or Microsoft Graph API to monitor changes in the list.
Once a change is detected (e.g., a new member added), UiPath can:
Retrieve all meetings associated with that distribution list.
Yes, UiPath can handle all three tasks using Outlook and Exchange activities, with logic for detecting changes and automating updates. Custom scripting and API integration (Graph API/EWS) may be needed for tracking distribution list changes and rebooking rooms.
Resend meetings to new members → Monitor distribution list, detect changes, retrieve meetings, resend invites.
Send email to new members → Detect new additions, trigger email notification.
Rebook room for recurring meetings → Track meeting end date, check room availability, book, send new invites.