Typo3 Calendarize plugin question

Hi all,

I’m using typo3 Calendarize 14.0.1. in a typo3 12.4.16 installation.

I would like to set up a “Year” view but this should start from the current month and then display the next 12 months. (e.g. current month today = December 2025). Alternatively it would also be sufficient if I can set the starting date manually, e.g. start from 2025-12-01.

How do I achieve that? There’s no hint in the documentation and also no fields like “start date”, I only see those in the “List” view, but not the “Year” view.

Thanks!

Thomas

Hey @memento75

it is not possible “out of the box”. The current controller select the “current year” by only “Y”.

You can overwride this, with the event after it…

but you also need some adaption in the template, because you cannot use the loop.monthInYear ViewHelper of EXT:calendarize anymore.

So… Adapt the selection of events based on the internal Event & Adapt the rendering in the template.

Hi @memento75!

Was the answer from @spyker helpful for you? I would love to be able to mark this thread as solved. :slight_smile: