mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
feat(nextcloud): reuse color from event for indicator (#4270)
This commit is contained in:
@@ -83,7 +83,8 @@ export class NextcloudIntegration extends Integration implements ICalendarIntegr
|
||||
endDate,
|
||||
image: null,
|
||||
location: veventObject.location || null,
|
||||
indicatorColor: "#ff8600",
|
||||
indicatorColor:
|
||||
"color" in veventObject && typeof veventObject.color === "string" ? veventObject.color : "#ff8600",
|
||||
links: [
|
||||
{
|
||||
href: this.url(
|
||||
|
||||
Reference in New Issue
Block a user