
Announcements
I am trying to show just one room instaad of alle events.
With this code i got all events
Sort(Filter(FutureCalendarEvents; Start >= DateAdd(Now(); -2; Hours) && End >= Now(); Day(Start) = Day(DateSelected)); Start; Ascending)
I change it to
sort(Filter(Office365.GetRoomLists = "e-bike"); Start >= DateAdd(Now(); -2; Hours) && End >= Now(); Day(Start) = Day(DateSelected)); Start; Ascending)
But it doesn't wor