From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org to ics calendar with location links? Date: Fri, 17 Apr 2015 09:28:37 -0400 Message-ID: <874moe7uka.fsf@alphaville.usersys.redhat.com> References: <87h9sfl3f2.fsf@ericabrahamsen.net> <87d233l37w.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj6KO-0007KQ-II for emacs-orgmode@gnu.org; Fri, 17 Apr 2015 09:29:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj6KJ-0007kO-KH for emacs-orgmode@gnu.org; Fri, 17 Apr 2015 09:29:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:53636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj6KJ-0007jr-Dm for emacs-orgmode@gnu.org; Fri, 17 Apr 2015 09:28:59 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yj6KD-0005Ly-AC for emacs-orgmode@gnu.org; Fri, 17 Apr 2015 15:28:53 +0200 Received: from 66-184-46-173-in-addr-arpa.omnispring.net ([173.46.184.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Apr 2015 15:28:53 +0200 Received: from ndokos by 66-184-46-173-in-addr-arpa.omnispring.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Apr 2015 15:28:53 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric Abrahamsen writes: > Eric Abrahamsen writes: > >> I've been exporting some agenda files to iCalendar, then uploading them >> to my server and getting them into the calendar app on my Android >> tablet, by means of Radicale and DAVDroid. It all works fine, though I >> wish I were able to get org-caldav working for two-way syncing. >> >> I recently put a LOCATION property on one of my events, and was very >> pleased to see that, in the google calendar app, the location was made >> clickable and I was given the option of opening the location in OSMand. >> I've wanted this for a long time! The only problem now is that I have no >> idea how to format the LOCATION property value so that it's recognized >> as a valid link. I assume I'd have to get the GPS coordinates and put >> them in there... but how? >> >> I guess this is what they call an "intent" in Android land, but I found >> it surprisingly difficult to google an answer. >> >> I know this is verging on OT, but if anyone knows how to do this, please >> let me know! It would be nice to make a few custom functions for >> inputting this kind of information. > > Nevermind, I'm an idiot! It looks like it's supposed to be > "geo:,", which matches up nicely with Org link > formats. > > I'll go experiment for a bit. > > https://developer.android.com/guide/components/intents-common.html#Maps > You might want to look at Julien Danjou's google-maps.el package and its org integration: https://julien.danjou.info/projects/emacs-packages It's old and probably not directly applicable to what you are trying to do, but at the very least it might be tangentially interesting. Nick