Hi Roger ,
Can you please suggest.
Even in my followuptimescreen in meeting Capture V2, when i chossing the start time and end time, and the meeting duration, and clicking the find available times, it is showing the duration correctly, but the timings are not relevant to the start and end time which i given and even it is showing the time only till 3pm not more than that after 3pm again it's start showing the 9am and so on. please suggest.
The formula in find available times button:
Set(Loading, true);
ClearCollect(MeetingTimes,AddColumns(Office365.FindMeetingTimes({MaxCandidates:15,MinimumAttendeePercentage: 1, MeetingDuration: drpMeetingDurationSelection.SelectedText.Minutes,Start:Text(DateAdd(dateMeetingFollowUpTimes.SelectedDate,drpMeetingStartRange.SelectedText.Minutes, TimeUnit.Minutes), DateTimeZone),End:Text(DateAdd(dateMeetingFollowUpTimes.SelectedDate, drpMeetingEndRange.SelectedText.Minutes, TimeUnit.Minutes), DateTimeFormat),RequiredAttendees:Concat(FollowUpMeetingAttendees,UserPrincipalName & ";")}).MeetingTimeSuggestions,"StartTime",MeetingTimeSlot.Start.DateTime,
"EndTime",MeetingTimeSlot.End.DateTime));
Set(ShowMeetingTimes, true);
Set(Loading, false)
Looking for the response