Merge remote-tracking branch 'origin/main' into dev

This commit is contained in:
NH Gooi
2025-07-15 21:55:52 +02:00
3 changed files with 7 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class CalendarController extends Controller
public function overview(Request $request)
{
$apiResult = $this->API('agenda/overzicht');
$apiResult = $this->API('agenda/overzicht?aantal=100');
$calendar = [];
foreach($apiResult->events as $calendarItem)
{