.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. _usage: Usage ----- ICS ViewHelper ^^^^^^^^^^^^^^ If you've included the Namespace into your template, you can access the ICS-Viewhelper as following :: 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 ^^^^^^^^ ::