@@ -39,7 +39,7 @@ class Event {
const output = {
id: this.id,
start: this.startStr,
- end: this.startStr,
+ end: this.endStr,
title: this.title,
ressourceId: this.ressourceId,
editable: this.editable,
@@ -66,7 +66,7 @@ export class Event implements IEvent, Selectable{
const output:EventJSON = {
id:this.id,
start:this.startStr,
- end:this.startStr,
+ end:this.endStr,
title:this.title,
ressourceId:this.ressourceId,
editable:this.editable,