spaceapi: Moves calendar into feeds
This commit is contained in:
parent
c6df8e6ae3
commit
6a8ad06e00
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue