From 141ef8b1b307edcd8473853bac244dde8d932f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Sun, 1 Mar 2026 22:29:36 +0100 Subject: [PATCH] feat: assign imported events to tag 23 --- src/Command/ImportEventsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/ImportEventsCommand.php b/src/Command/ImportEventsCommand.php index 503ec21..74b69fb 100644 --- a/src/Command/ImportEventsCommand.php +++ b/src/Command/ImportEventsCommand.php @@ -27,7 +27,7 @@ class ImportEventsCommand extends Command private const int TARGET_CALENDAR_ID = 1; private const int TARGET_ORGANIZATION_ID = 142; private const int TARGET_AUTHOR_ID = 8; - private const array DEFAULT_TAGS = [7, 8]; + private const array DEFAULT_TAGS = [23]; public function __construct( private readonly ContaoFramework $framework,