adjust event details
All checks were successful
build / build (pull_request) Successful in 4m47s

This commit is contained in:
Constantin Simonis 2025-02-23 17:33:03 +01:00
parent a7b7fb4b32
commit 5e7a7e8f50
Signed by: csimonis
GPG Key ID: 758DD9C506603183

View File

@ -9,11 +9,11 @@ use Symfony\Component\HttpFoundation\Response;
class EventService
{
private const EVENT_DATA = [
'title' => 'FWS Abiball',
'title' => 'Abiball 2025',
'description' => 'Der Abiball der Freien Waldorfschule Bremen Osterholz und Touler Straße',
'location' => 'Graubünder Straße 2, 28209 Bremen',
'start' => '20240615T180000',
'end' => '20240615T220000',
'location' => 'Graubündener Str. 4, 28325 Bremen',
'start' => '20250628T173000',
'end' => '20250629T030000',
];
public function generateIcs(): Response