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

Community site session details

Session Id : iIzZraVu5fd9OfF+M3dwPn
Power Automate - Using Flows
Answered

Sending an automatic response during daily calendar time period

Like (0) ShareShare
ReportReport
Posted on 2 May 2019 21:27:35 by 3

  Brand new to flows

  What I'm wanting to do is send an automated response in Outlook to any meeting request that occurs during a specified block of time each day (eg 7AM to 8AM). Is this something that can be done in flows? I'm wanting the response to be something like " This time slot is set aside daily for review activities, please select another time for this meeting outside of the time xx:xx to xx"xx." Can anyone here give me some hints on how to get started on this?

 

Thanks,

Dan

  • Community Power Platform Member Profile Picture
    on 18 May 2023 at 13:42:20
    Re: Sending an automatic response during daily calendar time period

    Is there a way to make this automation respond if there is a meeting marked as busy or out of the office already, and someone sends a meeting request that is conflicting? Maybe respond, Mr. XXX already has a commitment at this time. Please utilize scheduling assistant to find a free time slot, or reach out to his assistant.

     

    So not setting specific times, but conditioning to the status of busy or out of the office?

  • Verified answer
    v-bacao-msft Profile Picture
    on 03 May 2019 at 05:17:42
    Re: Sending an automatic response during daily calendar time period

    Hi @73project ,

     

    If you want to implement your requirements directly through Flow, please consider referring to the following method:

    • Use When a new event is created as the trigger, when the event invitation is received, Flow will trigger.
    • Configure Condition to determine whether the Start Time and End Time conflict with the specified time period.
    • If there is a conflict, use Respond to an event invite action to reply automatically.

    It should be noted here that due to the time zone, the values displayed in Flow and Start Time /End Time set in Outlook may be inconsistent.

    So we need to use addHours() function to eliminate the time difference and convert the time format.

     

    For example, the Start Time set in Outlook is 7:30 am, and in Flow is 14:30.

    27.PNG26.PNG

    So we need to use the addHours() function to subtract 7 hours before making a decision.

    The parameter values configured in addHours() function are determined by the time difference of your region, or you could directly observe the time difference displayed in Flow run history and the time set in Outlook.

    Expression reference:

    addHours(triggerBody()?['Start'],-7,'HH:mm')
    addHours(triggerBody()?['Start'],-7,'HH:mm')
    addHours(triggerBody()?['End'],-7,'HH:mm')
    addHours(triggerBody()?['End'],-7,'HH:mm')

    Image reference:

    28.PNG

    Hope it helps.

     

    Best Regards,

  • Ed Gonzales Profile Picture
    4,531 Most Valuable Professional on 02 May 2019 at 22:41:38
    Re: Sending an automatic response during daily calendar time period

    @73project 

    Hi there!  Welcome.

    So...I'm wondering if you can do all of this in Outlook.  I've had trouble with people constantly trying to book meetings during lunch time (too long without food, and I get cranky) so I've blocked out 11:30-12:30 on my calendar during workdays.

    Then, you can set Outlook to auto-decline any meeting requests which conflict with an existing appointment or meeting.

    For the reply part, I think you can set a rule that looks for a meeting request form either coming in or going out, but I couldn't find one based on time.

     

    What do you think so far?

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

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Featured topics

Restore a deleted flow
Loading complete