Updating an existing event
You can update the text field.
send Event("<EVENT_ID>","c8y_SampleEvent","<SOURCE>",<TIME>,
"Event Updated",new dictionary<string,any>) to Event.SEND_CHANNEL;
Where
<EVENT_ID> is the identifier of the previously created event. The presence of
<EVENT_ID> indicates that the request is for updating an existing event.