[PLUGINS] +clavettes et dependances
[lhc/web/clavette_www.git] / www / plugins / seminaire / inclure / evenement-xml.html
1 <components>
2 <vevent>
3 <properties>
4 <dtstart>
5 <date-time>[(#DATE_DEBUT|date_ical)]</date-time>
6 </dtstart>
7 <summary>
8 <text>[(#EVTITRE|textebrut)]</text>
9 </summary>
10 <location>
11 <text>[(#LIEU|PtoBR|textebrut)]</text>
12 </location>
13 <status>CONFIRMED</status>
14 <description>
15 <text>
16 [(#ABSTRACT|textebrut)]
17 </text>
18 </description>
19 <categories>
20 <BOUCLE_article(ARTICLES) {id_article=#ID_ARTICLE}>
21 [(#TITRE|textebrut)]
22 </BOUCLE_article>
23 </categories>
24 </properties>
25 </vevent>
26 </components>