Skip to main content

Notifications

Power Automate - General Discussion
Unanswered

problem with a flow

(1) ShareShare
ReportReport
Posted on by 2
Dear community,
 
First of all - I'm a beginner so, very sorry if it's a stupid problem.
I wand to dev a add on for outlook. I'm bored about finding some available slots in my agenda and then, propose them into an email. I don't want to use Calendly - i think it's rude.
 
Here is the request:
 
I want to create a tool in Microsoft Power Automate that can be integrated in Outlook to generate emails with 3 proposed time slots for 45-minute meetings. The tool should find available slots in my Outlook calendar within a 5-day workweek (Monday to Friday), between 9:30 AM and 12:00 PM, and 2:00 PM to 7:00 PM, in the Paris time zone. I would like to
prioritize Tuesday, Wednesday, and Thursday for these meeting proposals.
 
Here is the flow that I've built:
 
 
 
 
Here are the parameters :
 
 
 
{
"timeSlots": [
{
"start": "2023-02-13T09:30:00",
"end": "2023-02-13T12:00:00",
"timeZone": "Romance Standard Time"
},
{
"start": "2023-02-13T14:00:00",
"end": "2023-02-13T19:00:00",
"timeZone": "Romance Standard Time"
}
],
"recurrence": {
"frequency": "Week",
"interval": 1,
"daysOfWeek": [
"Tuesday",
"Wednesday",
"Thursday"
]
}
}
 
 
 
 
Can you please help me ? I really don't know where is my mistake :(((

Many thanks for your help! :)
 
Morgane

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard