Switch to cccd_all.ics to avoid missing events for the current day
This commit is contained in:
		@@ -53,7 +53,7 @@ $state = $hash_to_state[$hash];
 | 
			
		||||
		'defaultWeekStart' => 'MO',
 | 
			
		||||
		'filterDaysBefore' => '1',
 | 
			
		||||
	));
 | 
			
		||||
$ical->initUrl('https://chaosdorf.de/~derf/cccd.ics', $acceptLanguage = 'de');
 | 
			
		||||
$ical->initUrl('https://chaosdorf.de/~derf/cccd_all.ics', $acceptLanguage = 'de');
 | 
			
		||||
$events = $ical->eventsFromInterval('2 week');
 | 
			
		||||
$first_event = $events[0];
 | 
			
		||||
$events = array_slice($events, 1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user