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 / Issues with findMeetin...
Power Apps
Unanswered

Issues with findMeetingTimes (v2)

(0) ShareShare
ReportReport
Posted on by 23

 

I'm developing a feature in an application that allows users to book desks. To identify available desks, I use the following PowerApps code:

 

ClearCollect(
AvailableRooms;
Office365Outlook.FindMeetingTimesV2({
RequiredAttendees: AllRoomsConnector;
IsOrganizerOptional: true;
Start: StartDateTimeUTC;
End: If(Reccuring; EndDateTimeUTC; EndTimeUTC);
MeetingDuration: DateDiff(StartDateTimeUTC; If(Reccuring; EndDateTimeUTC; EndTimeUTC); TimeUnit.Minutes);
MinimumAttendeePercentage: "1";
ActivityDomain: "Unrestricted";
MaxCandidates: 48
})
);;
 

This approach successfully identifies available desks for both one-time and recurring events up to a span of 39 days. However, when attempting to check for availability over periods longer than 40 days, the function fails to return any results. I'm wondering if there's an inherent 40-day limit to the function's capability to check for room availability, or if there's an alternative method or workaround that could enable visibility into desk availability for longer durations?

 

Categories:
I have the same question (0)

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard