Passer par le proxy public-calendars plutôt que Nextcloud directement
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
aa2c188c78
commit
8ce9c3ad3b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
function calendar_next_events(int $n = 5): array {
|
function calendar_next_events(int $n = 5): array {
|
||||||
$url = 'https://alpinux.yourownnet.fr/remote.php/dav/public-calendars/n5BWPYsxw7FCYozM?export';
|
$url = 'https://alpinux.org/public-calendars/n5BWPYsxw7FCYozM';
|
||||||
$cache = sys_get_temp_dir() . '/alpinux_calendar.ics';
|
$cache = sys_get_temp_dir() . '/alpinux_calendar.ics';
|
||||||
$ttl = 3600;
|
$ttl = 3600;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue