We have a workaround for updating non-null eventStatus to null: in that case we delete/re-create instead of updating.
However we currently don't handle the case when eventStatus is already null and then explicitly updated to null. However that case crashes with the same NPE too.
We have a workaround for updating non-null
eventStatustonull: in that case we delete/re-create instead of updating.However we currently don't handle the case when
eventStatusis alreadynulland then explicitly updated tonull. However that case crashes with the same NPE too.