From afca8007f1919e0bb8cb17eefb9c41e3f28291cc Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Mon, 13 Oct 2025 23:52:27 +0200 Subject: [PATCH] feat(nextcloud): reuse color from event for indicator (#4270) --- packages/integrations/src/nextcloud/nextcloud.integration.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/integrations/src/nextcloud/nextcloud.integration.ts b/packages/integrations/src/nextcloud/nextcloud.integration.ts index a1f9a78e2..6981efffa 100644 --- a/packages/integrations/src/nextcloud/nextcloud.integration.ts +++ b/packages/integrations/src/nextcloud/nextcloud.integration.ts @@ -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(