File "test_outlook_calendar.php"

Full Path: /home/analogde/www/Massage_prod_avant/test_outlook_calendar.php
File size: 413 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

	include('outlook_calendar.php');
	
	header( 'content-type: text/html; charset=utf-8' );

	
	//					Patrice  					prenom
	//					Patrice.Delpy@onsemi.com	$data['email']; 
	//					07-11-2017					$jour	
	//					14H30						$str
	
	
	$prenom = "patrice";
	$email = "Patrice.Delpy@onsemi.com";
	$jour = "14-11-2017";
	$heure = "16H20";
	outlook($prenom, $email , $jour, $heure, "courte");
	
	echo "finish";

?>