|
Last change
on this file was
6279,
checked in by Xavier Pechoultres, 14 years ago
|
|
Initial import
|
-
Property svn:executable set to
*
|
|
File size:
874 bytes
|
| Rev | Line | |
|---|
| [6279] | 1 | = icalviewplugin = |
|---|
| 2 | |
|---|
| 3 | == Description == |
|---|
| 4 | |
|---|
| 5 | '''export ticket queries as icalendar''' |
|---|
| 6 | |
|---|
| 7 | Provide iCalendar feeds for ticket queries like [http://trac.edgewall.org/roadmap roadmap module]. It use 2 custom fields for event date and duration (in days). |
|---|
| 8 | |
|---|
| 9 | GPL |
|---|
| 10 | |
|---|
| 11 | == Installation == |
|---|
| 12 | |
|---|
| 13 | The homepage for this plugin is at |
|---|
| 14 | http://trac-hacks.org/wiki/IcalExporterPlugin with links to the |
|---|
| 15 | subversion repository and zipped eggs. The plugin is installed in the |
|---|
| 16 | standard way. For more information, see http://trac.edgewall.org/wiki/TracPlugins |
|---|
| 17 | |
|---|
| 18 | == How it Works == |
|---|
| 19 | |
|---|
| 20 | The iCanViewPlugin use the Query syntax to provide an iCalendar view for ticket queries. It needs two custom field for etting event date (date_start) and event duration in days (duration). It provide a link in ticket's queries footer and an /ical?.. urls (usefull for specific apache authentication config). |
|---|
| 21 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.