das sieht vielversprechend aus, ich schau mir das mal an! danke philipp Am 26.06.2013 23:05 schrieb "Philipp Gampe" <philipp.ga...@typo3.org>:
> Hi Oliver, > > Oliver Beck wrote: > > > Danke erstmal für deine Antwort! Wie meinst du das genau mit > > "out-of-the-box"? Dafür müsste man doch zu mindest einen eigenen VH > > schreiben? Wie würdest du das angehen? > > Nein, du musst nur ein neues Template anlegen und dies via TS auswählen. > Details sieht News Handbuch. > > Du musst mit Fluid kein HTML ausgeben, es kann auch XML sein (RSS Feed) > oder > ein anderes ASCII Format wie eine iCal Feed. > > Du musst einfach nur einmal über die Objekt loopen und dann in einem > Partial > die die iCal-Daten für jeweils einen Eintrag generieren: > > BEGIN:VCALENDAR > VERSION:2.0 > <f:for each={news} as="newsItem"> > <f:render partial="Cal/Item.ical" arguments="{newsItem: newsItem}"> > </f:for> > END:VCALENDAR > > > > BEGIN:VEVENT > UID:{newsItem.uid}n...@example.org > DTSTAMP:<f:format.date format="{dateFormat} > {timeFormat}">{newsItem.ctime}</f:format.date> > ORGANIZER;CN={newsItem.author}:MAILTO:{newsItem.authorEmail} > DTSTART: s.o. > DTEND: s.o. > SUMMARY:{newsItem.title} > END:VEVENT > > > Ungetestet, nur als Denkanstoß > > Viele Grüße > -- > Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln > Documentation – Active contributor TYPO3 CMS > TYPO3 .... inspiring people to share! > > _______________________________________________ > TYPO3-german mailing list > TYPO3-german@lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german