program - calendar filters working

This commit is contained in:
isUnknown 2024-09-04 15:56:19 +02:00
parent a2fd20c1cc
commit 3d24e61e12
4 changed files with 42 additions and 41 deletions

View file

@ -38,6 +38,7 @@ function createArraySession($event, $session) {
$arraySession['ticketingUrl'] = $isMapadoEvent ? $session->ticketingUrl() : false;
$arraySession['bookableStock'] = $isMapadoEvent ? $session->bookableStock()->value() : 'free';
$arraySession['color'] = $event->color();
$arraySession['category'] = $event->category();
return $arraySession;