File "test_outlook_calendar.php"
Full Path: /home/analogde/www/Massage_2000/test_outlook_calendar.php
File size: 274 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
include('test_calendar06.php');
header( 'content-type: text/html; charset=utf-8' );
$prenom = "patrice";
$email = "Patrice.Delpy@onsemi.com";
$jour = "14-11-2017";
$heure = "13H20";
outlook($prenom, $email , $jour, $heure, "courte");
echo "finish";
?>