[#48] added drag and drop and resize changes to events

This commit is contained in:
Camille Moussu
2025-07-31 17:51:55 +02:00
parent 85b580cd2a
commit cf59bcebe4
5 changed files with 98 additions and 12 deletions
@@ -32,6 +32,7 @@ describe("MiniCalendar", () => {
color: "#FF0000",
events: {
event1: {
calId: "667037022b752d0026472254/cal1",
id: "event1",
title: "Test Event",
start: day.toISOString(),
@@ -140,6 +141,7 @@ describe("Found Bugs", () => {
color: "#FF0000",
events: {
event1: {
calId: "667037022b752d0026472254/cal1",
id: "event1",
title: "Test Event",
start: day.toISOString(),