[TYPO3-calendar] cal indexer - why choose a frontent page?

Peter Schinken typo3 at exclaim.de
Fri Jul 29 19:29:06 CEST 2011


Hi,

I don't understand why the cal indexer asks for a "Frontend Page with calendar plugin" and not the storage folder that holds the events.

Furthermore these choices don't have any impact because in /typo3conf/ext/cal/mod1/index.php this code always results in NULL

preg_match('/pageId([0-9]*)_list/',$name,$matches);
     $pageIds[intval($matches[1])] = intval($valuePageArray[1]);

...

$rgc->generateIndex($eventPage)

...

$rgc->generateIndex($eventPage)

Best regards,
Peter


More information about the TYPO3-project-calendar mailing list