diff --git a/src/Command/ImportEventsCommand.php b/src/Command/ImportEventsCommand.php index 5f074a0..0d6b118 100644 --- a/src/Command/ImportEventsCommand.php +++ b/src/Command/ImportEventsCommand.php @@ -196,6 +196,7 @@ class ImportEventsCommand extends Command 'url' => sprintf('https://kirchspiel-nossener-land.de/termine/%s', $alias), 'jumpTo' => 0, 'articleId' => 0, + 'location_id' => (int) ($event['external_location'] ?? 0), 'target' => 1, 'termsAccepted' => '1', 'tags' => serialize(self::DEFAULT_TAGS),