Recently created exchange calendar subfolder permission in mailbox does not update properly (intermittent occurrence).

Mahesh Surkar 21 Reputation points
2021-05-10T09:05:00.417+00:00

Recently created exchange calendar subfolder permission in mailbox does not update properly (intermittent occurrence).

Steps :

  1. Create the subfolder in the mailbox using EWS Soap API.
  2. Update the permission in the subfolder using EWS Soap API..
  3. For Anonymous and Default user the permission is set to 'None' but for other user permissions are not getting updated/added though EWS API responding with the 'Success' response code
  4. Check the recently created folder permissions in outlook.

This behavior is observed intermittently.

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
587 questions
Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
515 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Glen Scales 4,431 Reputation points
    2021-05-11T23:47:25.52+00:00

    Can you show some of the code your using, in EWS you basically replace the whole DACL in the UpdateFolder request if your getting the current DACL first and just trying to append the entries then that probably you issue. Also how are you testing it ? if Outlook is in Cache mode it can take time for the updates to be shown so you should use something like the EWSEditor https://github.com/dseph/EwsEditor/releases to validate the DACL. You can also enable audit on the Folder itself so you can see when ACL changes are happening and what is making the change in the case some expected process is causing this issue to happen.