[TYPO3-calendar] Dayviewlink in the listview

Thomas Rathje info1 at t-rathje.de
Mon Jun 26 11:51:36 CEST 2017


Dear group,
I would like to make a link from listview to dayview.
I have the event_model.tmpl advanced by the subpart DAYVIEWLINK.

<!-- ###TEMPLATE_PHPICALENDAR_EVENT_LIST_ODD### start -->
	<dt class="vevent">
		<div class="summary">
<!-- ###EVENT_LINK### start-->###TITLE###<!-- ###EVENT_LINK### end--></div>
		<div class="day-button">
		<!-- ###DAYVIEWLINK### start-->
			<!-- ###DAYVIEWLINKTEXT### start-->
				###STARTDATE###
			<!-- ###DAYVIEWLINKTEXT### end-->
		<!-- ###DAYVIEWLINK### end-->
		</div>
		……..
<!-- ###TEMPLATE_PHPICALENDAR_EVENT_LIST_ODD### end -->

The result on the frontend is a link to the dayview, but to the actual 
day (today), I want the startday of the event in the dayview.
How can I do this?

Kind regards
Thomas



More information about the TYPO3-project-calendar mailing list