From 6a8ad06e00885e443e8e0c0bd4cd2abda72ffb36 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 14 May 2024 19:53:35 +0200 Subject: [PATCH] spaceapi: Moves calendar into feeds --- www/spaceapi.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/www/spaceapi.php b/www/spaceapi.php index 0faadbb..f925e8d 100644 --- a/www/spaceapi.php +++ b/www/spaceapi.php @@ -36,6 +36,10 @@ $doorEntry = (object)($door->getCurrent()); "wiki": { "type": "atom", "url": "https://www.pvv.ntnu.no/w/api.php?hidebots=1&urlversion=1&action=feedrecentchanges&feedformat=atom" + }, + "calendar": { + "type": "html", + "url": "https://www.pvv.ntnu.no/hendelser/" } }, "projects": [ @@ -44,11 +48,6 @@ $doorEntry = (object)($door->getCurrent()); "https://www.pvv.ntnu.no/prosjekt/" ], "links": [ - { - "name": "Events", - "url": "https://www.pvv.ntnu.no/hendelser/", - "description": "Upcoming events at Programvareverkstedet" - }, { "name": "YouTube", "url": "https://www.youtube.com/@pvvntnu5640"