Skip to content

addEvent method is not adding, instead is replacing all the prev event... #1

@arbadev

Description

@arbadev

`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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions