time())
{
array_unshift($events, $eventData);
if(count($events) == 4)
break;
}
$eventData = array();
}
}
foreach ($events as $thisEvent)
{
echo "".date('d M Y', $thisEvent['DTSTAMP'])." (".$thisEvent['DTSTAMP']." - ".time().") => ".$thisEvent['SUMMARY']."
";
}
?>