web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / GetEventsCalendarViewV...
Power Apps
Answered

GetEventsCalendarViewV3 failed when view in Smartphone

(0) ShareShare
ReportReport
Posted on by

Dear dev,

 

I am currently facing an issue regarding Outlook connector for Powerapps. Several of our users faced issues on GetEventsCalendarViewV3. Further investigation, all user is using Samsung smartphone. Attach with this message is the screenshot of this issue.

Below is the sample code that I used to display the calendar within the powerapps. I have attached this code within gallery.

 

SortByColumns(
 FirstN(
 Filter(
 Office365Outlook.GetEventsCalendarViewV3(
 LookUp(
 Office365Outlook.CalendarGetTablesV2().value,
 name = "Calendar"
 ).id,
 DateValue(Now()),
 DateAdd(
 Today(),
 1
 )
 ).value,
 startWithTimeZone >= Now() || endWithTimeZone >= Now()
 ),
 5
 ),
 "startWithTimeZone",
 SortOrder.Ascending
)

 

 Appreciate helps from a fellow devs.

 

Thank you.

outlook error.png
Categories:
I have the same question (0)
  • v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @Syahirul ,

     

    Please try to use text function.

    vxiaochenmsft_0-1692075014384.png

    vxiaochenmsft_1-1692075029887.png

    Text(DateValue(Now()),"yyyy-mm-ddThh:mm:ss")

     

    Best Regards,

    Wearsky

  • Syahirul Profile Picture
    on at

    Dear @v-xiaochen-msft ,

     

    I have implemented the code that you have shared just now.

     

    SortByColumns(
     FirstN(
     Filter(
     Office365Outlook.GetEventsCalendarViewV3(
     LookUp(
     Office365Outlook.CalendarGetTablesV2().value,
     name = "Calendar"
     ).id,
     Text(DateValue(Now()),"yyy-mm-ddThh:mm:ss"),
     DateAdd(
     Today(),
     5
     )
     ).value,
     startWithTimeZone >= Now() || endWithTimeZone >= Now()
     ),
     20
     ),
     "startWithTimeZone",
     SortOrder.Ascending
    )

     

    But it return the same error only this time it specify on "End Time" (see the attached image.).

     

    Thank you.

    outlook error 2.png
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @Syahirul ,

     

    Thanks for your feedback. Please try this

    SortByColumns(
     FirstN(
     Filter(
     Office365Outlook.GetEventsCalendarViewV3(
     LookUp(
     Office365Outlook.CalendarGetTablesV2().value,
     name = "Calendar"
     ).id,
     Text(DateValue(Now()),"yyy-mm-ddThh:mm:ss"),
     Text(DateAdd(
     Today(),
     5
     ),"yyy-mm-ddThh:mm:ss")
     ).value,
     startWithTimeZone >= Now() || endWithTimeZone >= Now()
     ),
     20
     ),
     "startWithTimeZone",
     SortOrder.Ascending
    )

     

    Best Regards,

    Wearsky

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 509 Most Valuable Professional

#2
Haque Profile Picture

Haque 302

#3
11manish Profile Picture

11manish 265

Last 30 days Overall leaderboard