Changes between Version 1 and Version 2 of IcalViewPlugin


Ignore:
Timestamp:
Jul 24, 2009, 2:02:21 PM (15 years ago)
Author:
Xavier Pechoultres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IcalViewPlugin

    v1 v2  
    44
    55Provide iCalendar feeds for ticket queries as standard [http://trac.edgewall.org/roadmap roadmap module]. It use 2 custom fields for event date and duration.
     6
     7== Description ==
     8
     9== Limitations ==
     10
     11  * date for date_creation custom field use dd.mm.yyyy format. Working to provide setup options.
     12  * only support duration in days number.
     13
     14After installation, you need had 2 custom fields to tickets :
     15
     16{{{
     17
     18[ticket-custom]
     19dtstart = text
     20dtstart.label = Date
     21duration = text
     22duration.label = Duration in days
     23}}}
     24
     25Other custom fields name may be used, but need a special setup :
     26
     27
     28{{{
     29[icalendar]
     30dtstart = my_custom_dtstart
     31duration = my_custom_duration
     32}}}
    633
    734