X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fxnetevents%2Fcalendar.tpl;h=9b67d365797e15b1a7444ef78f1161b18ac067a1;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=85d62c3ced9e7cc9a972c0834afa769bf5d58c1a;hpb=11d8a1833f6316effdbca817b8210b1c0dbeeb58;p=platal.git diff --git a/templates/xnetevents/calendar.tpl b/templates/xnetevents/calendar.tpl index 85d62c3..9b67d36 100644 --- a/templates/xnetevents/calendar.tpl +++ b/templates/xnetevents/calendar.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -25,13 +25,22 @@ VERSION:2.0 CALSCALE:GREGORIAN X-WR-TIMEZONE:Europe/Paris METHOD:PUBLISH -{display_ical name="x-wr-calname" value=$asso.nom} +{display_ical name="x-wr-calname" value=$asso->nom} 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} {$e.nom}":MAILTO:{$e.alias}@polytechnique.org -UID:event-{$asso.diminutif}-{$e.short_name}@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} {$m.nom} (X{$m.promo})":MAILTO:{$m.email}@{#globals.mail.domain#} +{else} +ATTENDEE;CN="{$m.prenom} {$m.nom} (non-X)":MAILTO:{$m.email} +{/if} +{/foreach} +{/if} {if $e.accept_nonmembre} CLASS:PUBLIC {else} @@ -41,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: *}