Hello Tony,
I do not want Easycron and others as My hosting provides to me an accurate CRON manager.
As you are very cautious for this subject, I found one program that works in my OVH Hosting.
(Tony, thank you to modify or delete your next post about the previous program i displayed which where wrong)
I share it. If someone has a solution to improve it, I would be glad for the advise :
<?php
/**
* This php program launches the Ical reload URL
* just change the url between '' with the right one
*/
echo file_get_contents('
http://www.mydomain.com/index.php?option=com_jevents&icsid=3&task=icals.reload');
echo 'Done';