Using Classic Outlook on Windows for personal email, calendar, and contact management
Hello Sandra,
Good day!
Thank you for providing the details about the issue. Based on the information you shared, it appears that the problem might be related to how Outlook handles meeting updates and delegate permissions. Below are potential solutions and steps you can take to resolve the issue:
1. Check Delegate Permissions
Since you're unsure about the permissions, verify if you have Full Access and Editor delegate permissions for the executive’s calendar. Delegates with inadequate permissions can sometimes cause inconsistencies with meeting updates. How to check delegate permissions in Outlook:
- On the executive's Outlook (Classic Outlook):
- Go to File > Account Settings > Delegate Access.
- Verify that your name appears as a delegate and ensure you have Editor or Full Access permissions for calendar management.
In Exchange Online (requires admin access):
- Use the Microsoft 365 Admin Center:
- Go to Admin Center > Exchange > Recipients > Mailboxes.
- Select the executive’s mailbox, then go to Mailbox Delegation.
- Ensure you have Full Access permissions to their mailbox.
2. Avoid Updating the Entire Series
When modifying a recurring meeting series, changes to the attendee list can sometimes lead to cancellations or unexpected updates for other participants. This is a known behavior in Outlook when working with recurring meetings. Recommended Steps:
- Instead of editing the entire series, update only a single future occurrence for attendee changes. This minimizes disruptions and ensures cancellations are not sent to unintended recipients.
3. Use PowerShell to Check and Resolve Permissions (Requires Admin Access)
If you have admin access, use PowerShell to verify and adjust delegate permissions. This can help if there are inconsistencies in how permissions are applied at the backend. Command to Check Delegate Permissions:
Get-MailboxFolderPermission -Identity "ExecutiveMailbox:\Calendar"
Command to Grant Full Access and Editor Permissions:
Add-MailboxPermission -Identity "ExecutiveMailbox" -User "DelegateUser" -AccessRights FullAccess
Add-MailboxFolderPermission -Identity "ExecutiveMailbox:\Calendar" -User "DelegateUser" -AccessRights Editor
Clear and Recreate the Meeting Series
If the issue persists despite these steps, recreate the meeting series to resolve potential corruption in the calendar item. Here's how:
- Delete the existing series (notify attendees).
- Create a new series with the correct attendee list.
- Verify that changes propagate correctly.
If none of these steps resolve the issue, I recommend involving your IT department to raise a ticket with our backend team- Get support - Microsoft 365 admin | Microsoft Learn.. Provide them with:
- A sample meeting where this issue occurred.
- The organizer’s and attendee’s email addresses (if possible).
- A copy of any error messages or unexpected cancellations.
Thank you for your patience.
Best regards,
Microsoft Community Moderator