1 Commits

Author SHA1 Message Date
Jürgen Mummert 141ef8b1b3 feat: assign imported events to tag 23 2026-03-01 22:29:36 +01:00
+1 -1
View File
@@ -27,7 +27,7 @@ class ImportEventsCommand extends Command
private const int TARGET_CALENDAR_ID = 1; private const int TARGET_CALENDAR_ID = 1;
private const int TARGET_ORGANIZATION_ID = 142; private const int TARGET_ORGANIZATION_ID = 142;
private const int TARGET_AUTHOR_ID = 8; private const int TARGET_AUTHOR_ID = 8;
private const array DEFAULT_TAGS = [7, 8]; private const array DEFAULT_TAGS = [23];
public function __construct( public function __construct(
private readonly ContaoFramework $framework, private readonly ContaoFramework $framework,