`const { time, note, city, label, } = inputs; const reminder = { startDate: time, endDate: time, note, city, label, }; calendarActions.addEvent(reminder);` despite of the startDate / endDate always replace the current event (never add)
`const {
time, note, city, label,
} = inputs;
despite of the startDate / endDate always replace the current event (never add)