[#3] added event deletion to display

This commit is contained in:
Camille Moussu
2025-07-25 15:29:40 +02:00
parent 5f59831be0
commit 2ad41dc4f5
5 changed files with 50 additions and 25 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function EventPopover({
const handleSave = async () => {
const newEvent: CalendarEvent = {
calId: calendarid,
calId: userPersonnalCalendars[calendarid].id,
title,
start: new Date(start),
allday,