Skip to content

UpdateItems returns the response with ReturnedItem null. #450

@bladerunner2020

Description

@bladerunner2020

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.

Activity

gautamsi

gautamsi commented on Dec 20, 2024

@gautamsi
Owner

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

bladerunner2020

bladerunner2020 commented on Dec 21, 2024

@bladerunner2020
Author

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      UpdateItems returns the response with ReturnedItem null. · Issue #450 · gautamsi/ews-javascript-api