You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing issue in updating a meeting invite using updateItem operation. I am getting following error response:
MessageText: 'The meeting request has already been sent and might not be updated.'
ResponseCode: 'ErrorSentMeetingRequestUpdate'
I am using latest version of node-ews. Has anyone faced this issue.
I'm trying to update an e-mail and get the following response:
{"ResponseMessages":{"UpdateItemResponseMessage":{"attributes":{"ResponseClass":"Error"},"MessageText":"An internal server error occurred. The operation failed., Object reference not set to an instance of an object.","ResponseCode":"ErrorInternalServerError","DescriptiveLinkKey":0,"Items":null}}}
Hi ,
I am facing issue in updating a meeting invite using updateItem operation. I am getting following error response:
MessageText: 'The meeting request has already been sent and might not be updated.'
ResponseCode: 'ErrorSentMeetingRequestUpdate'
I am using latest version of node-ews. Has anyone faced this issue.
Please find below the payload of my request:
{
"attributes": {
"MessageDisposition": "SaveOnly",
"SendMeetingInvitationsOrCancellations": "SendToAllAndSaveCopy",
"ConflictResolution": "AlwaysOverwrite"
},
"ItemChanges": {
"ItemChange": {
"ItemId": {
"attributes": {
"Id": "AQAjAGRudmdsLnNjaGVkdWxpbmcuTkdQU1Rlc3RAZG52Z2wuY29tAEYAAAP+mayWq0ChQL8/ccOK6UJlBwBi1KyqxkOtTagtKPVYrKeIAAACAQkAAABi1KyqxkOtTagtKPVYrKeIAAIiNCfFAAAA",
"ChangeKey": "CwAAABYAAABi1KyqxkOtTagtKPVYrKeIAAIiHuxz"
}
},
"Updates": [
{
"SetItemField": {
"FieldURI": {
"attributes": {
"FieldURI": "item:Body"
}
},
"CalendarItem": {
"Body": "Moving to new Date"
}
}
},
{
"SetItemField": {
"FieldURI": {
"attributes": {
"FieldURI": "calendar:Start"
}
},
"CalendarItem": {
"Start": "2020-10-10T08:00:00Z"
}
}
},
{
"SetItemField": {
"FieldURI": {
"attributes": {
"FieldURI": "calendar:End"
}
},
"CalendarItem": {
"End": "2020-10-10T17:00:00Z"
}
}
}
]
}
}
}
The text was updated successfully, but these errors were encountered: