[TYPO3-calendar] ics file

Mario Matzulla mario at matzullas.de
Mon Dec 15 20:29:41 CET 2014


Hi Werner,

please make sure you call the typeNum (150) correctly. Depending on your url configuration this can be done differently, e.g.:

icsExportPage.1234.150.html
or
index.php?id=1234&type=150  <- should work always

Regards,
Mario

Am 14.12.14 um 14:10 schrieb Werner Kühn:
> Hi everybody,
> 
> I would like to create an ics file with all calendar dates that I can dynamically call from my iPhone calendar. I have been successfully
> creating a separate page that contains all dates in icalendar format as .ics file, but it also contains the web page content like header and
> menu.
> How can I get rid of this web content only having a pure ics file being created?
> 
> For the page that is located below my event page I have added a template with the following setup code:
> 
> ics = PAGE
> ics {
>        typeNum = 150
> 
>        10 < plugin.tx_cal_controller
>      10.pages >
>     10.pages = 62
>     10.defaultCode = TEXT
> 
>     config {
>         disableAllHeaderCode = 1
>         additionalHeaders = Content-type:application/text
>         xhtml_cleaning = 0
>         admPanel = 0
>     }
> }
> 
> Thanks
> Werner



More information about the TYPO3-project-calendar mailing list