Happy New Year!
[platal.git] / templates / carnet / calendar.tpl
CommitLineData
f2ee531a 1{**************************************************************************}\r
2{* *}\r
5e1513f6 3{* Copyright (C) 2003-2011 Polytechnique.org *}\r
f2ee531a 4{* http://opensource.polytechnique.org/ *}\r
5{* *}\r
6{* This program is free software; you can redistribute it and/or modify *}\r
7{* it under the terms of the GNU General Public License as published by *}\r
8{* the Free Software Foundation; either version 2 of the License, or *}\r
9{* (at your option) any later version. *}\r
10{* *}\r
11{* This program is distributed in the hope that it will be useful, *}\r
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}\r
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}\r
14{* GNU General Public License for more details. *}\r
15{* *}\r
16{* You should have received a copy of the GNU General Public License *}\r
17{* along with this program; if not, write to the Free Software *}\r
18{* Foundation, Inc., *}\r
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}\r
20{* *}\r
21{**************************************************************************}\r
22BEGIN:VCALENDAR\r
23{display_ical name="prodid" value="-//Polytechnique.org//Plat-al//FR"}\r
24VERSION:2.0\r
25CALSCALE:GREGORIAN\r
26METHOD:PUBLISH\r
27{display_ical name="x-wr-calname" value="Anniversaires des X"}\r
28X-WR-TIMEZONE:Europe/Paris\r
ddaa62b8 29{iterate from=$events item=e}\r
f2ee531a 30BEGIN:VEVENT\r
31DTSTAMP:{$e.timestamp|date_format:"%Y%m%dT%H%M%SZ"}\r
f3b3f363 32DTSTART;VALUE=DATE:{$e.date}\r
33DTEND;VALUE=DATE:{$e.tomorrow}\r
5406bb88 34UID:anniv-{$e.date}-{$e.hruid}@{#globals.mail.domain#}\r
f3b3f363 35RRULE:FREQ=YEARLY;INTERVAL=1\r
f2ee531a 36CLASS:PUBLIC\r
37{display_ical name="summary" value=$e.summary}\r
38END:VEVENT\r
ddaa62b8 39{/iterate}\r
a7de4ef7 40END:VCALENDAR{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}