[#189] added custom event chip (#262)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-10-31 11:50:22 +01:00
committed by GitHub
parent 39d8085766
commit ec7230fa94
14 changed files with 689 additions and 218 deletions
+4 -4
View File
@@ -40,7 +40,7 @@ describe("CalendarSelection", () => {
"user1/cal1": {
name: "Calendar personnal",
id: "user1/cal1",
color: "#FF0000",
color: { light: "#FF0000", dark: "#000" },
ownerEmails: ["alice@example.com"],
events: {
event1: {
@@ -72,7 +72,7 @@ describe("CalendarSelection", () => {
name: "Calendar delegated",
delegated: true,
id: "user2/cal1",
color: "#FF0000",
color: { light: "#FF0000", dark: "#000" },
ownerEmails: ["alice@example.com"],
events: {
event1: {
@@ -103,7 +103,7 @@ describe("CalendarSelection", () => {
"user3/cal1": {
name: "Calendar shared",
id: "user3/cal1",
color: "#FF0000",
color: { light: "#FF0000", dark: "#000" },
ownerEmails: ["alice@example.com"],
events: {
event1: {
@@ -292,7 +292,7 @@ describe("calendar Availability search", () => {
"user1/cal1": {
name: "Calendar personnal",
id: "user1/cal1",
color: "#FF0000",
color: { light: "#FF0000", dark: "#000" },
ownerEmails: ["alice@example.com"],
events: {},
},