DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Information / Including

Introduction

MageICS is a ViewHelper to directly create ICS Calendar Event downloads. The ViewHelper has several arguments to create an ics-download withing your Fluid Template.

Including into Fluid Templates

To use the ICS ViewHelper, just add the Namespace to your Fluid-Template by using

<div xmlns="http://www.w3.org/1999/xhtml" lang="en"
 xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
 xmlns:ics="http://typo3.org/ns/MageDeveloper/Mageics/ViewHelpers">
 (Your content goes here)
</div>

or you may use

{namespace ics = MageDeveloper\Mageics\ViewHelpers}

Other content while using the ViewHelper

If you use this ViewHelper, the Page Rendering Process will be stopped, when the ICS is generated.