thanks for the help
given
$iCaltoArray['name']['event number']['event description']['event data']
my first for loop is
for ($people=0; $people<=count($iCaltoArray)-1; $people ++){
I can't figure out the second:
for ($eventnumber=0; $eventnumber<=count($iCaltoArray??????????)-1; $eventnumber++){
because i first want to loop through the person
and for each person I want to loop through and show their events...
Much Thanks, somedays I understand it, some days I don't