[TYPO3-calendar] Insert Record with multiple Sysfolders and Cals

Mario Matzulla mario at matzullas.de
Tue Dec 4 19:57:10 CET 2012


Hi Stefan,

Am 04.12.12 19:43, schrieb Stefan Schreck:
> OK I found a way
> I put all ids in the pages list
>
> plugin.tx_cal_controller {
>    pages = IDS komma separated
> }
>
> this works now but is not as highly dynamic as wished since
> you nee to add each (sys)folder id to the list when adding a new one
> with events.
>
>
> is there a workaround? and why is pidList not enough
> in doku it says:
> pages : List of startingpoints gets merged with pidList
> but same ids in the pidList is no go.
>
> so why are there 3 options?
> 1) plug in Record Storage Page --> which can't be the information insert
> record uses because there is no plug in then.

As you mentioned: there are situations without a plugin instance. Than 
you need to configure the pids per TS.

> 2) pidList
> 3) pages which seems only to be needed by the insert record case.

For historical reasons ?!? But basically pidList should be enough. 
Additionally both values have stdWrap functionality. So dynamical 
options should be possible too.

And there is another option: "recursive", which you could use to include 
recursive folders up to the n-th level. Example:

pidList = 5
recursive = 2

Regards,
Mario

>
> thank for any update on that.
> cheers
> stefan
>
> cal is 1.5.1 trunk from 30th nov
> typo3 4.7.7
>



More information about the TYPO3-project-calendar mailing list