spaceapi: Moves calendar into feeds

This commit is contained in:
Felix Albrigtsen 2024-05-14 19:53:35 +02:00
parent c6df8e6ae3
commit 6a8ad06e00
1 changed files with 4 additions and 5 deletions

View File

@ -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"