= iCalendar plugin for ticket queries = == Description == Provide iCalendar feeds for ticket queries as standard [http://trac.edgewall.org/roadmap roadmap module]. It use 2 custom fields for event date and duration. == Description == == Limitations == * date for date_creation custom field use dd.mm.yyyy format. Working to provide setup options. * only support duration in days number. After installation, you need had 2 custom fields to tickets : {{{ [ticket-custom] dtstart = text dtstart.label = Date duration = text duration.label = Duration in days }}} Other custom fields name may be used, but need a special setup : {{{ [icalendar] dtstart = my_custom_dtstart duration = my_custom_duration }}} == Bugs/Feature Requests == Existing bugs and feature requests for IcalViewPlugin are [report:9?COMPONENT=IcalViewPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=IcalViewPlugin&owner=xpech new ticket]. == Download == Download the zipped source from [download:icalviewplugin here]. == Source == You can check out IcalViewPlugin from [http://trac-hacks.org/svn/icalviewplugin here] using Subversion, or [source:icalviewplugin browse the source] with Trac. == Example == Add a iCalendar links in ticket's queries footer. == Recent Changes == [[ChangeLog(icalviewplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:xpech] [[BR]] '''Contributors:'''