cdaecke / md_fullcalendar

TYPO3 extension which brings the javascript FullCalendar with switchable views for month, week and day to ext:calendarize.
Other
0 stars 6 forks source link

recursive calendar events pages #16

Closed ftrojahn closed 2 years ago

ftrojahn commented 2 years ago

In setup.typoscript there is a 'persistence.recursive = 1' setting commented out.

During my tests, md_fullcalendar shows events only, if I include all pages with calendarize events directly in the plugin, in record storage page select box.

Is recursion available (may be I'm doing something wrong) or otherwise planned?

cdaecke commented 2 years ago

Since the $storagePid is passed to the template which is needed for the ajax call, the persistence.recursive doesn't have any effect:

https://github.com/cdaecke/md_fullcalendar/blob/c44926141e8debfd814e4ba12946247204b2dbcd/Classes/Controller/CalController.php#L100-L113

To your question: No, recursion is not available and not panned.