Enhancement: add links to sonarr and radarr calendar widget items (#5448)

This commit is contained in:
Mark McKinney
2025-06-25 22:30:00 -07:00
committed by GitHub
parent 0fe76b5af8
commit 0a44a2dade
5 changed files with 30 additions and 7 deletions

View File

@@ -54,6 +54,7 @@ export default function Integration({ config, params, setEvents, hideErrors, tim
ICAL.Time.now(), // handles events without a date
location: event.getFirstPropertyValue("location"),
status: event.getFirstPropertyValue("status"),
url: event.getFirstPropertyValue("url"),
};
};
@@ -133,6 +134,7 @@ export default function Integration({ config, params, setEvents, hideErrors, tim
isCompleted: getIsCompleted(),
additional: event.location,
type: "ical",
url: event.url,
};
});
});