X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnetevents%2Fcalendar.tpl;h=7ae6a656fcd29766e2c693e833e5744861f25577;hb=92c3f9e5a1c480d9c25dd98aff56e792c378d0fe;hp=e63e9dc1c2a24139bbc559260545f84fb14dda4b;hpb=99544d53fa61dee39d200b8cf7615b58999ceeb7;p=platal.git diff --git a/templates/xnetevents/calendar.tpl b/templates/xnetevents/calendar.tpl index e63e9dc..7ae6a65 100644 --- a/templates/xnetevents/calendar.tpl +++ b/templates/xnetevents/calendar.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -30,14 +30,14 @@ BEGIN:VEVENT DSTAMP:{$timestamp|date_format:"%Y%m%dT%H%M%SZ"} DTSTART;VALUE=DATE;TZID=Europe/Paris:{$e.debut} DTEND;VALUE=DATE;TZID=Europe/Paris:{$e.fin} -ORGANIZER;CN="{$e.prenom|utf8_encode} {$e.nom|utf8_encode}":MAILTO:{$e.alias}@polytechnique.org +ORGANIZER;CN="{$e.prenom} {$e.nom}":MAILTO:{$e.alias}@polytechnique.org UID:event-{$e.short_name}-{$e.eid}@{$asso.diminutif}.polytechnique.org {if $admin} {foreach from=$participants item=m} {if $m.x} -ATTENDEE;CN="{$m.prenom|utf8_encode} {$m.nom|utf8_encode} (X{$m.promo})":MAILTO:{$m.email}@{#globals.mail.domain#} +ATTENDEE;CN="{$m.prenom} {$m.nom} (X{$m.promo})":MAILTO:{$m.email}@{#globals.mail.domain#} {else} -ATTENDEE;CN="{$m.prenom|utf8_encode} {$m.nom|utf8_encode} (non-X)":MAILTO:{$m.email} +ATTENDEE;CN="{$m.prenom} {$m.nom} (non-X)":MAILTO:{$m.email} {/if} {/foreach} {/if} @@ -50,3 +50,4 @@ CLASS:PRIVATE {display_ical name="description" value=$e.descriptif} END:VEVENT END:VCALENDAR +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}