[#397 bis] added participation management on event from thunderbird (#432)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-01-07 11:45:17 +01:00
committed by GitHub
parent e59d878e6c
commit 9ff75056c7
47 changed files with 550 additions and 366 deletions
+10 -10
View File
@@ -71,9 +71,9 @@ describe("parseCalendarEvent", () => {
cn: "Bob",
cal_address: "bob@example.com",
partstat: "ACCEPTED",
rsvp: "",
role: "",
cutype: "",
cutype: "INDIVIDUAL",
role: "REQ-PARTICIPANT",
rsvp: "FALSE",
},
]);
});
@@ -133,9 +133,9 @@ describe("parseCalendarEvent", () => {
cn: "Bob",
cal_address: "bob@example.com",
partstat: "ACCEPTED",
rsvp: "",
role: "",
cutype: "",
cutype: "INDIVIDUAL",
role: "REQ-PARTICIPANT",
rsvp: "FALSE",
},
]);
});
@@ -285,10 +285,10 @@ describe("parseCalendarEvent", () => {
{
cn: "",
cal_address: "john@example.com",
partstat: "",
rsvp: "",
role: "",
cutype: "",
partstat: "NEEDS-ACTION",
cutype: "INDIVIDUAL",
role: "REQ-PARTICIPANT",
rsvp: "FALSE",
},
]);