[#3] added event deletion to display
This commit is contained in:
@@ -70,7 +70,7 @@ function EventPopover({
|
||||
|
||||
const handleSave = async () => {
|
||||
const newEvent: CalendarEvent = {
|
||||
calId: calendarid,
|
||||
calId: userPersonnalCalendars[calendarid].id,
|
||||
title,
|
||||
start: new Date(start),
|
||||
allday,
|
||||
|
||||
Reference in New Issue
Block a user