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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Excel sheet to Google ...
Power Automate
Answered

Excel sheet to Google Calendar/agenda events

(0) ShareShare
ReportReport
Posted on by 12

Hi,

 

I'm trying to build a flow that takes rows from an excel file in onedrive and make a new event in google calendar or update an existing one.


How the flow should work: I add a new line in the excel file with all the details. In the first collumn I enter "NEW".
The flow should find all the cells with "New" in the first collumn and then use those rows for new events in google calendar.

 

 

When the event has been made, it should change "New" to "Done" and also add the Event ID and HTML ID in the row.

 

Furthermore, if I change "Done" to "Change", it means I have modified that row. And the flow should update the event in google calendar to match the details in the excel sheet.

 

I'm currently having troubles with the date format. I saw in another post that I should change formatting to "text" but that did not fix the problem for me. I've tried both "text" formatting and "Date" formatting.

I'll show you how the Flow looks like now. What the Excel File looks like. And the Error Message.


Flow Image
Excel image
Flow Error Image

 

Body text of Error Message:

{
 "error": {
 "errors": [
 {
 "domain": "global",
 "reason": "invalid",
 "message": "Invalid value for: Invalid format: \"06/08/2019 03:00:00\" is malformed at \"/08/2019 03:00:00\""
 }
 ],
 "code": 400,
 "message": "Invalid value for: Invalid format: \"06/08/2019 03:00:00\" is malformed at \"/08/2019 03:00:00\""
 }
}

Please help me,

 

Ectra

Categories:
I have the same question (0)
  • Verified answer
    MattWeston365 Profile Picture
    1,701 on at

    Hi @Ectra that purely looks to me like it's not happy with the format of the datetime string.

     

    You could reformat the datetime into something which is usuall recognised such as:

    2019-08-06T03:00:00

     

    So try using this expression to transform your datetime:

    formatDateTime(<Field containing date>,'yyyy-MM-ddThh:mm')

    If you still have no luck with that I'll build my own example Flow this evening to run it through.

  • v-alzhan-msft Profile Picture
    on at

    Hi @Ectra ,

     

    I have made a test on my side, please format the Date with expression as below and the flow would work:

    formatDateTime(body('Get_a_row')?['Status'],'yyyy-MM-ddTHH:mm:ssZ')

    You could replace the Status expression with yourselves.

     

    1.png

    And the flow would run successfully as below:

    2.png

     

    Please let me know if your problrm could be solved.

     

    Best regards,

    Alice       

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 503 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 321 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard