From 756f0fa75c7d8e18188dffdfbdd4416651dca9fe Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 10:03:15 +0200 Subject: Première maquette 2007-02-03+09:05:40 - 2007-02-03+22:31:43 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maquette_old/ical.php | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 maquette_old/ical.php (limited to 'maquette_old/ical.php') diff --git a/maquette_old/ical.php b/maquette_old/ical.php new file mode 100644 index 0000000..7dc43e3 --- /dev/null +++ b/maquette_old/ical.php @@ -0,0 +1,60 @@ +0) + { + $nameiCal = "iCal" . $identifiant . ".ics"; + $textiCal = "BEGIN:VCALENDAR\r\n" . "VERSION:2.0\r\n"; + for($i=0;$i -- cgit v1.2.3