event API refract

using optimistic updates
This commit is contained in:
cv
2021-04-11 21:30:24 +02:00
parent 964bdf0d2a
commit 3db40be8a8
5 changed files with 144 additions and 26 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ const event = {
title: '',
subtitle: '',
presenter: '',
timeStart: new Date(),
timeEnd: new Date(),
timeStart: null,
timeEnd: null,
clockStarted: null,
type: 'event',
};