Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Book A Room app not displaying meetings

(0) ShareShare
ReportReport
Posted on by 24

Hi -

I have just downloaded this template - rooms are working fine, but the app is not displaying any of my meetings so that part isn't working. Just says I have no meetings for that day.

 

I have no error messages, and have not made any customisations. 

Data connections are all fine - any ideas? UK based if that makes any difference.

 

Thanks 🙂 

Categories:
  • Verified answer
    hartzki Profile Picture
    24 on at
    Re: Book A Room app not displaying meetings

    Book a room without a meeting, becomes visible:

    meetingAppCapture.PNGmeetingCapture.PNG   

     

    Update: Think I've found it - in the OnVisible property of the meeting select screen there is:

     

    ClearCollect(FutureCalendarEvents,
    Filter(
    Office365.GetEventsCalendarViewV2(MyCalendar, Text(DateAdd(DateSelected, -1, Hours), UTC), Text(DateAdd(DateSelected, 1, Days), UTC)).value,
    Organizer=MyName.Mail
    )

    It looks like its filtering out meetings that weren't created by me.

     

    Changed it to : 

     

    ClearCollect(FutureCalendarEvents,
    Office365.GetEventsCalendarViewV2(MyCalendar, Text(DateAdd(DateSelected, -1, Hours), UTC), Text(DateAdd(DateSelected, 1, Days), UTC)).value);  

     

    and all seems to be well 🙂

  • hartzki Profile Picture
    24 on at
    Re: Book A Room app not displaying meetings

    @iAm_ManCat  - I am logged in with my accounts, and the meetings are in my calendar. 

     

    NoMeetingCapture.PNGCalendarCapture.PNG 

     

    sourcesCapture.PNG 

     

    If I book a room without a meeting, that appears in my calendar, and in the app, but I can't see the meetings that are already in my calendar.

     

    @v-xida-msft  - If i remove and add the data source you suggest, I am then presented with around 300 errors in the app: 

    errorCapture.PNG

     thanks for your help

     

  • v-xida-msft Profile Picture
    on at
    Re: Book A Room app not displaying meetings

    Hi @hartzki ,

    Could you please share a screenshot about your issue in your template app?

     

    Based on the issue that you mentioned, I have made a test on my side, and don't have the issue that you mentioned. Please consider create an app based on the "Book A Room (New)" app as below:

    3.JPG

     

    In addition, please consider remove the Office 365 Outlook connection from your app, then re-add a new one in it, replace Office365 within your formula with Office365Outlook.

    Note: The Office 365 Outlook connection has been renamed from "Office365" to "Office365Outlook" already in PowerApps.

     

    Best regards,

  • iAm_ManCat Profile Picture
    18,206 Most Valuable Professional on at
    Re: Book A Room app not displaying meetings

    Hi @hartzki 

     

    Got a few ideas so let's see what we can come up with:

     

    Are you running the editor/App under your account or a shared 'service account' for building Apps or someone else's account?

    Do your calendar items exist in your calendar or are they within another account calendar that you have access to?

     

    I just created the book a room App from the template and it was ok, so I think the template is probably not the issue. Let me know answers to the above and maybe describe a bit more about your situation and hopefully we can get it resolved 😺

     

    Thanks,

    Sancho

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,670 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,011 Most Valuable Professional

Leaderboard