Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Get calendar view of events - Daily email

(0) ShareShare
ReportReport
Posted on by 5

Hello,

 

I'm trying to get daily email containing my daily meeting in my local time zone (-5)

 

Can't figure out how to change timezone!

 

https://ibb.co/g4v40dT

  • matt4 Profile Picture
    5 on at
    Re: Get calendar view of events - Daily email

    Hello @v-yamao-msft,

     

    Thank you for the reply.

     

    I had to modify couple things but yes thats was it:

     

    Conversion :

     

    convertTimeZone(item()?['Start'],'UTC','Eastern Standard Time','HH:mm')
    convertTimeZone(item()?['End'],'UTC','Eastern Standard Time','HH:mm')

     

    HTML Table : 

    item()?['subject']
    item()?['start time']
    item()?['end time']

    Thanks again,

     

    Matt

     

  • Verified answer
    v-yamao-msft Profile Picture
    on at
    Re: Get calendar view of events - Daily email

    Hi @matt4,

     

    Please consider using function convertTimeZone to convert a timestamp from the source time zone to your local time zone.

    https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#convertTimeZone

    I have made a simple test for your scenario, please check it for a reference.

    In the Select action, use the following codes for start and end time:

    Start

    convertTimeZone(item()?['Start'],'UTC',' Pacific Standard Time’)

    End

    convertTimeZone(item()?['End'],'UTC',' Pacific Standard Time')

    In the action Create HTML table, specify output from action Select and input the following code for each field:

    Subject

    item()?['subject']

    Start

    item()?['start']

    End

     item()?['end']

     1.PNG

    You could find a list of time zones at here:

    https://docs.microsoft.com/en-us/previous-versions/windows/embedded/gg154758(v=winembedded.80)

     

    Best regards,

    Mabel

     

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 566 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 516 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 492