Files
site/content/donnees/calendrier.php
David Soulayrol df04cf08df TO be Completed.
2023-01-20 23:39:05 +01:00

9 lines
159 B
PHP

<?php
const ICS_URL = 'https://cloud.ti-nuage.fr/remote.php/dav/public-calendars/gqm9WNa9eoXGEiNc?export';
$ics = file_get_contents(ICS_URL);
echo $ics;
?>