TO be Completed.

This commit is contained in:
David Soulayrol
2023-01-14 15:21:03 +01:00
parent 79855006b3
commit df04cf08df
12 changed files with 3148 additions and 21 deletions

View File

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