feat: remove obsolete date range override

This commit is contained in:
2026-08-31 16:56:36 +02:00
parent 86c5d23181
commit 127ced4378
42 changed files with 152 additions and 353 deletions
@@ -35,8 +35,8 @@ class IcsController extends AbstractController
$filename = sprintf(
'Einteilung_%s_%s-%s.ics',
$jobProfile->getName(),
$assignment->getEffectivePeriod()->start->format('d.m.Y'),
$assignment->getEffectivePeriod()->end->format('d.m.Y')
$destination->getDateFrom()->format('d.m.Y'),
$destination->getDateTo()->format('d.m.Y')
);
$slugger = new AsciiSlugger();
$filename = $slugger->slug($filename);