SOLVED google calendar event location
-
Hey there,
I have daily changing locations for my work, so I’d like to get the route to these locations every morning. the location is implemented in my google calendar events and it just has to be displayed maybe like in MMM-Commute e.g. is there any solution to implement this?
-
@andy_nde said in google calendar event location:
the location is implemented in my google calendar
what field of the event is this in?
can u download the ics (use the URL from the cal )
it is just a text file…so one event.
BEGIN:VEVENT
…
…
…
END:VEVNETthe calendar module broadcasts the events so other modules might augment the system with at info
(weather, etc…)
i don’t know whjat field it is, so doubt we broadcast it… -
@sdetweil yes the broadcast of the calendar module was the solution. With MMM-google-route I found the right thing I was looking for.