Heute | "); echo("Heute | "); } else{ ?>
if($isSunday){ //Sunday => bold
echo("");
}
if($isNewDay){ //new date => show weekday
echo($weekdays[$dtstart->format('N') - 1]);
}
if($isSunday){ //Sunday => bold
echo("");
}
if($description != ""){ //make sure the column has the same number of lines in Word as the next column
echo(" "); } ?> |
if($isSunday){ //Sunday => bold
echo("");
}
if($isNewDay){ //new date => show date
echo($dtstart->format('d.m.'));
}
if($isSunday){ //Sunday => bold
echo("");
}
if($description != ""){ //make sure the column has the same number of lines in Word as the next column
echo(" "); } ?> |
} ?>
if($isSunday){ //Sunday => bold
echo("");
}
if(!$isFullDayEvent){ //not full day event => show time
echo($dtstart->format('H:i'));
}
if($isSunday){ //Sunday => bold
echo("");
}
if($description != ""){ //make sure the column has the same number of lines in Word as the next column
echo(" "); } ?> |
if($isSunday){ //Sunday => bold
echo("");
}
echo($event->summary);
if($isSunday){ //Sunday => bold
echo("");
}
if($description != ""){
echo(" "); echo($description); echo(""); } ?> |