summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.ics.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list/list.ics.tmpl')
-rw-r--r--template/en/default/list/list.ics.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/list/list.ics.tmpl b/template/en/default/list/list.ics.tmpl
index 4295b4642..327ae171c 100644
--- a/template/en/default/list/list.ics.tmpl
+++ b/template/en/default/list/list.ics.tmpl
@@ -21,6 +21,9 @@ BEGIN:VTODO
[% IF bug.changeddate %]
[%+ bug.changedtime FILTER time("%Y%m%dT%H%M%SZ", "UTC") FILTER ics('LAST-MODIFIED') +%]
[% END %]
+[% IF bug.deadline %]
+[%+ bug.deadline FILTER time("%Y%m%dT%H%M%SZ", "UTC") FILTER ics('DUE') +%]
+[% END %]
[% IF bug.percentage_complete %]
[%+ bug.percentage_complete FILTER format('%d') FILTER ics('PERCENT-COMPLETE') +%]
[% END %]