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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user