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.

Usage

ICS ViewHelper

If you've included the Namespace into your template, you can access the ICS-Viewhelper as following

<ics:ics />

Arguments

ViewHelper Argument Type Additional Information
summary string The title of the event
datestart int Timestamp of the events start date/time
dateend int Timestamp of the events end date/time
address string Event Address
uri string Url with additional information
description string Description of the event
allday bool Sets event as an allday event
filename string Download Filename
organizerName string Name of the organizer
organizerEmail string E-Mail of the organizer
debug bool If set the rendering output will be displayed on the screen

Examples

<ics:ics    summary="This is the events summary"
            datestart="1450684689"
            dateend="1450684889"
            address="Streetname. 13, 12345 Customcity"
            uri="http://www.aixdesign.net"
            description="This is some description."
            allday="1"
            filename="event.ics"
            debug="0"
/>