Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
@@ -200,7 +200,6 @@ export function makeVevent(
|
|||||||
event.x_openpass_videoconference ?? null,
|
event.x_openpass_videoconference ?? null,
|
||||||
],
|
],
|
||||||
["summary", {}, "text", event.title ?? ""],
|
["summary", {}, "text", event.title ?? ""],
|
||||||
["dstamp", { tzid }, "date-time", formatDateToICal(new Date(), false)],
|
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
if (event.alarm?.trigger) {
|
if (event.alarm?.trigger) {
|
||||||
|
|||||||
Reference in New Issue
Block a user