X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fcarnet%2Fcalendar.tpl;h=a7056069469aef06a8342533631596a7d1a36104;hb=b545e664faee207d101019fdd067d21bd3c2c682;hp=c477d5cd7d294658705b1a387bb054dbe6f7fafd;hpb=5ddeb07cc787dd1dc3630a31f1528f5cc7c4d9b9;p=platal.git diff --git a/templates/carnet/calendar.tpl b/templates/carnet/calendar.tpl index c477d5c..a705606 100644 --- a/templates/carnet/calendar.tpl +++ b/templates/carnet/calendar.tpl @@ -31,10 +31,10 @@ BEGIN:VEVENT DTSTAMP:{$e.timestamp|date_format:"%Y%m%dT%H%M%SZ"} DTSTART;VALUE=DATE:{$e.date} DTEND;VALUE=DATE:{$e.tomorrow} -UID:anniv-{$e.date}-{$e.forlife}@polytechnique.org +UID:anniv-{$e.date}-{$e.forlife}@{#globals.mail.domain#} RRULE:FREQ=YEARLY;INTERVAL=1 CLASS:PUBLIC {display_ical name="summary" value=$e.summary} END:VEVENT {/foreach} -END:VCALENDAR \ No newline at end of file +END:VCALENDAR{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}