forked from ti-nuage/site
Support du calendrier NextCloud (fix #7).
This commit is contained in:
8
content/donnees/calendrier.php
Normal file
8
content/donnees/calendrier.php
Normal 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;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user