Hello. I'm trying to figure out a way to return meeting rooms that at least have 1 hour available for meetings in a certain day.
This is the code I have attempting this but I'm not sure if it is correct. This is not the complete code, I have other that allows me to ge the meeting room name and email.
The start is Dec. 16 at 12 am and the end is Dec. 17 at 12 am. The meeting duration is 60 for 60 minutes. The rest I just kept as is since I got most of this code from the meeting room template app.
The code does seem to work since it returns the meeting rooms and they do have time available. But I just want to confirm I'm using this function correctly.
Thank you.
Solved! Go to Solution.
Hi @Mgodby ,
According to your description, let me answer your confusion.
Firstly, If your meeting time lasts 60 minutes, except Saturday and Sunday, your formula will return meeting rooms every day.
Secondly, the Start field and End field of the FindMeetingTimes() function receive UTC time. But the time of the date picker control is local time.
So, the formula will automatically convert the start time and end time you enter into UTC time.
The "Meeting Time Suggestions" returned by the formula is based on the UTC time from Monday to Friday from 8 am to 5 pm.
You could refer to this post:
If you have more questions, please tell me and I will be happy to help you.
Best Regards,
Wearsky
Hi @Mgodby ,
According to your description, let me answer your confusion.
Firstly, If your meeting time lasts 60 minutes, except Saturday and Sunday, your formula will return meeting rooms every day.
Secondly, the Start field and End field of the FindMeetingTimes() function receive UTC time. But the time of the date picker control is local time.
So, the formula will automatically convert the start time and end time you enter into UTC time.
The "Meeting Time Suggestions" returned by the formula is based on the UTC time from Monday to Friday from 8 am to 5 pm.
You could refer to this post:
If you have more questions, please tell me and I will be happy to help you.
Best Regards,
Wearsky
Hi @Mgodby ,
Could you tell me:
Has the problem been solved?
Is there anything else I can help?
Best Regards,
Wearsky
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
201 | |
100 | |
61 | |
59 | |
58 |
User | Count |
---|---|
254 | |
164 | |
90 | |
79 | |
70 |