[#92] added free busy and missing tests
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user