[TYPO3-calendar] "insert records" of recursive event

Mario Matzulla mario at matzullas.de
Thu Mar 28 20:57:53 CET 2013


Hi,

Am 28.03.13 05:01, schrieb Loïc KIJ:
> Hello,
> i've tried to use an "insert records" object to insert event in a page.
> i've got a probleme with recursive (by date) event. the inserted event is the first one (oldest).
> is there a way to choose which one to insert, or at least don't insert the old ones (dontShowOldEvents is for the day view, insert records use event.event)

The insert record option can only display the initial instance of an 
event. BUT what it does, is "only" to define certain _DEFAULT_PI_VARS 
for the plugin. This can also be done through the typoscript field of 
the plugin flexform. So you could do the same "just" by defining:
On the General settings tab:
allowed view = event

Typoscript tab:
_DEFAULT_PI_VARS.getdate =
_DEFAULT_PI_VARS.uid =
_DEFAULT_PI_VARS.type = tx_cal_phpicalendar
_DEFAULT_PI_VARS.view = event

Regards,
Mario



More information about the TYPO3-project-calendar mailing list