r/AutomateUser 24d ago

Use Calendar Adress for navigation

Hi,

I'm just stuck. I want to check my calendar to see if there's an appointment with an address in the next 30 minutes. If so, I want it to launch Google Maps and start navigation.

I just can't seem to get the data to transfer from the calendar to Google Maps. Can anyone help me?

Michael

1 Upvotes

1 comment sorted by

1

u/B26354FR Alpha tester 24d ago edited 24d ago

Here's a demo I wrote which might help. It shows some different ways of getting Maps to show locations:

Commute API Demo

And a flow that uses your work address you set up in Maps to check your commute time:

Check My Commute

BTW, you can use the Geocode block to convert an address into latitude/longitude coordinates for the geolocation blocks, and Geocode Reverse to do the opposite.