Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UpdateItems returns the response with ReturnedItem null. #450

Open
bladerunner2020 opened this issue Dec 20, 2024 · 2 comments
Open

UpdateItems returns the response with ReturnedItem null. #450

bladerunner2020 opened this issue Dec 20, 2024 · 2 comments

Comments

@bladerunner2020
Copy link

UpdateItems returns the response with ReturnedItem - null.

This a fragment of my code:

      const data = await exch.UpdateItems(
        [meeting],
        folderId,
        ConflictResolutionMode.AlwaysOverwrite,
        disposition,
        sendMode,
        false,
      );
      const response = data.Responses[0];

Though private property item is not null and contains the correct information.

@gautamsi
Copy link
Owner

you mean the item is returned from server and the library is not mapping the ReturnedItem value properly?

@bladerunner2020
Copy link
Author

bladerunner2020 commented Dec 21, 2024

you mean the item is returned from server and the library is not mapping the ReturnedItem value properly?

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants