CalendarEvent with id property fails
#2858
Replies: 3 comments
-
|
Added to #2835 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Same problem with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
I'm seeing a difference between updating ContactCard and CalendarEvent.
When I do
ContactCard/setwithupdate: { u: { ..., id: "u" } }, it works, as expected.When I do
CalendarEvent/setwithupdate: { u: { ..., id: "u" } }, it fails with "Failed to update on server - id: This property is immutable."Note that the id value matches the actual ID, so I am not changing it. That's why I would expect the call to succeed in both cases.
In both cases,
uis the ID that the server returned in the create result.UPDATE: Same problem with
isOrigin.Expected Behavior
The call succeeds, for both data types.
The id is correct and has not changed, i.e. not "mutating".
Actual Behavior
The call succeeds for
ContactCardThe call fails for
CalendarEvent, with error "Failed to update on server - id: This property is immutable."Reproduction Steps
No response
Relevant Log Output
No response
Stalwart Version
v0.15.x
Installation Method
Docker
Database Backend
RocksDB
Blob Storage
RocksDB
Search Engine
Internal
Directory Backend
Internal
Additional Context
No response
I acknowledge that:
traceand included relevant log output if applicable.Beta Was this translation helpful? Give feedback.
All reactions