.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. _introduction: 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 ::
(Your content goes here)
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.