[(#REM) Squelette produisant un ICS pour un évènement précis. Documentation : - https://icalendar.org/ - https://icalendar.org/RFC-Specifications/iCalendar-RFC-5545/ TODO (pas encore au point) Le bloc VTIMEZONE produit par icalendar_generer_ics_vtimezone est optionnel, il sert à assurer un meilleur support pour certains lecteurs. ]BEGIN:VCALENDAR VERSION:2.0 CALSCALE:GREGORIAN PRODID:-//SPIP/Plugin #PLUGIN{AGENDA,nom}//NONSGML v1.0//FR X-WR-CALNAME;VALUE=TEXT:[(#NOM_SITE_SPIP|filtrer_ical)] -- Agenda[ X-WR-CALDESC:(#DESCRIPTIF_SITE_SPIP|supprimer_tags|filtrer_ical)] X-WR-RELCALID:[(#URL_SITE_SPIP|filtrer_ical)][ X-WR-TIMEZONE:(#CONFIG{timezone}|sinon{Europe/Paris})][ (#INCLURE{fond=http/ical/inc-event,id_evenement}) ]END:VCALENDAR