Last change
on this file since 70524 was
41929,
checked in by dwojylac@…, 10 years ago
|
Petites corrections et incrementation du numéro de version en conséquence
|
File size:
1010 bytes
|
Line | |
---|
1 | #CACHE{24*3600}<BOUCLE_seance (SEANCES articles){id_seance}{statut=publie}>[(#HTTP_HEADER{Content-type: text[; charset=(#CHARSET)]})][(#HTTP_HEADER{Pragma: no-cache})][(#HTTP_HEADER{Content-Disposition: attachment;[ filename="<:seances:prefixe_ics_seance:>(#ID_SEANCE|concat{.ics})"]})]BEGIN:VCALENDAR |
---|
2 | VERSION:2.0 |
---|
3 | PRODID:-//SPIP//NONSGML v1.0//FR |
---|
4 | CALSCALE:GREGORIAN |
---|
5 | X-WR-TIMEZONE:Europe/Paris |
---|
6 | METHOD:PUBLISH |
---|
7 | X-WR-CALNAME;VALUE=TEXT:[(#TITRE|filtrer_ical)] |
---|
8 | BEGIN:VEVENT |
---|
9 | [SUMMARY:(#TITRE|filtrer_ical)] |
---|
10 | [URL:(#URL_ARTICLE|url_absolue)] |
---|
11 | UID:#URL_SITE_SPIP-R#ID_RUBRIQUE-A#ID_ARTICLE-S#ID_SEANCE |
---|
12 | DESCRIPTION:[(#REMARQUE_SEANCE|supprimer_tags|filtrer_ical)\n\n][(#CHAPO|supprimer_tags|textebrut|sinon{#INTRODUCTION}|filtrer_ical)]<BOUCLE_endroit (SEANCES_ENDROITS){id_endroit}> |
---|
13 | [LOCATION:(#NOM_ENDROIT|supprimer_numero|filtrer_ical)]</BOUCLE_endroit> |
---|
14 | [DTSTAMP:(#DATE_SEANCE|date_ical)] |
---|
15 | [DTSTART:(#DATE_SEANCE|date_ical)] |
---|
16 | [DTEND:(#DATE_SEANCE|heure_fin_seance{1}|date_ical)] |
---|
17 | END:VEVENT |
---|
18 | END:VCALENDAR |
---|
19 | </BOUCLE_seance> |
---|
Note: See
TracBrowser
for help on using the repository browser.