[#92] added free busy and missing tests

This commit is contained in:
Camille Moussu
2025-09-09 17:14:51 +02:00
parent 8eaee8bbda
commit 24c6788c2c
5 changed files with 351 additions and 36 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export function calendarEventToJCal(
["summary", {}, "text", event.title ?? ""],
],
];
if (event.alarm) {
if (event.alarm?.trigger) {
const valarm = [
["trigger", {}, "duration", event.alarm.trigger],
["action", {}, "text", event.alarm.action],