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

Notifications

Announcements

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)
  • Verified answer
    v-xiaochen-msft Profile Picture
    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

  • 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
  • v-xiaochen-msft Profile Picture
    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

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 403

#2
WarrenBelz Profile Picture

WarrenBelz 338 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 320 Super User 2025 Season 2

Last 30 days Overall leaderboard