mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Enhancement: add links to sonarr and radarr calendar widget items (#5448)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user