[#222] removed malformed param (#225)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-10-17 15:38:40 +02:00
committed by GitHub
parent 58977af1b1
commit adbb77fe8a
-1
View File
@@ -200,7 +200,6 @@ export function makeVevent(
event.x_openpass_videoconference ?? null,
],
["summary", {}, "text", event.title ?? ""],
["dstamp", { tzid }, "date-time", formatDateToICal(new Date(), false)],
],
];
if (event.alarm?.trigger) {