diff --git a/src/components/AppNavigation/CalendarList/CalendarListItemSharingSearch.vue b/src/components/AppNavigation/CalendarList/CalendarListItemSharingSearch.vue index 8b7817c9f..c0d13a68e 100644 --- a/src/components/AppNavigation/CalendarList/CalendarListItemSharingSearch.vue +++ b/src/components/AppNavigation/CalendarList/CalendarListItemSharingSearch.vue @@ -145,6 +145,10 @@ export default { } return results.reduce((list, result) => { + if (['ROOM', 'RESOURCE'].includes(result.calendarUserType)) { + return list + } + const isGroup = result.calendarUserType === 'GROUP' // TODO: Why do we have to decode those two values?