rdv->calendar: add location

This commit is contained in:
nobohan
2021-10-20 22:04:20 +02:00
parent 8962c1c05f
commit db67ed3194
2 changed files with 6 additions and 0 deletions

View File

@@ -234,6 +234,7 @@ class CalendarController extends AbstractController
'professionalsId' => $professionalsId,
'date' => $entity->getStartDate()->format('Y-m-d'),
'durationTime' => $durationTimeInMinutes,
'location' => $entity->getLocation()->getId(),
'comment' => $entity->getComment()->getComment(),
];