1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

show events' location

This commit is contained in:
Daniel Waxweiler
2021-04-11 22:42:50 +02:00
parent 56d501464e
commit 233cdbf8fa
3 changed files with 31 additions and 2 deletions

View File

@ -11,7 +11,11 @@ export function getUpcomingEvents({ url, limit }) {
title,
url,
beginsOn,
endsOn
endsOn,
physicalAddress {
description,
locality
}
},
total
}
@ -37,7 +41,11 @@ export function getUpcomingEventsByGroupName({ url, limit, groupName }) {
title,
url,
beginsOn,
endsOn
endsOn,
physicalAddress {
description,
locality
}
},
total
}