[#497 & #517] updated event editability in the calendar grid (#519)

* [#497 & #517] updated event editability in the calendar grid to prevent accidental editing and editing event we are not organizer of
This commit is contained in:
Camille Moussu
2026-02-06 11:23:29 +01:00
committed by GitHub
parent b8e837fea6
commit 1720965f0f
2 changed files with 12 additions and 5 deletions
+3 -1
View File
@@ -693,7 +693,9 @@ export default function CalendarApp({
events={eventToFullCalendarFormat(
filteredEvents,
filteredTempEvents,
userId
userId,
userData?.email,
isPending
)}
eventOrder={(a: any, b: any) =>
a.extendedProps.priority - b.extendedProps.priority