[TYPO3-calendar] List with future events

Mario Matzulla mario at matzullas.de
Sun Apr 24 20:32:59 CEST 2011


Hi Andreas,

Am 24.04.11 15:45, schrieb Andreas Misteli:
> Hi there
>
> I'm working on a course calendar, where I want to show our next three
> courses. Works fine so far but one thing - the list shows courses that
> have started in the past but not finished till today. How can I change
> that?

that's included in our svn version [1] by the TS param:

view.list.hideStartedEvents = 1

Regards,
Mario

[1] http://svn.webempoweredchurch.org/snapshots/show/calendar

>
> This is my TS
> (I tried with starttime set to "> cal:today", "cal:today", "> today",
> "today", "> now", "now", "> cal:now", "cal:now", "> 24-04-2011",
> "24-04-2011"):
>
>
> page.10.subparts {
>
> LEVEL2_MENU = COA
> LEVEL2_MENU < plugin.tx_cal_controller
> LEVEL2_MENU {
>
> pages = 2
> view {
> allowedViews = list
>
> category = *
> calendar = *
>
> list {
> listTemplate = cal_nextlist.tmpl
> maxEvents = 3
> event.category.dataWrap >
>
> starttime = > cal:today
> }
> event {
> eventViewPid = 45
> phpicalendarEventTemplate = cal_nextlist_phpi.tmpl
> }
>
> }
> }
> }
>
>
> Thank you so much
> Andreas



More information about the TYPO3-project-calendar mailing list