Habe eine Lösung gefunden:
TypoScript:
Typoscript-Code:
1:
| list.monthWrapper.10.wrap = <tr class="month_wrapper"><th colspan="3">|</th></tr> |
list.tmpl:
Code:
<table cellpadding="0" cellspacing="0" style="width: 100%">
<!-- ###LIST### start -->
<!-- ###LIST### end -->
</table>
phpicalendar_event.tmpl:
Code:
<tr>
<td style="width: 100px; height: 20px">###STARTDATE### ###ENDDATE###</td>
<td style="width: 50px">###STARTTIME###</td>
<td>###TITLE###</td>
</tr>
Mit ein wenig CSS Code kommt das angehängt Ergebnis raus. Vielen Dank an alle, die sich mit mir den Kopf zerbrochen haben.
Vielleicht kann ich ja dem ein oder anderen mit dem Code helfen.
MfG
Panela