From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: org-caldav for Google or Zimbra? Date: Thu, 26 Sep 2013 20:05:26 +0200 Message-ID: <87mwmzmpax.fsf@engster.org> References: <871u4dsyfr.fsf@qNaN.sparse.dyndns.org> <87r4ccrp9s.fsf@ucl.ac.uk> <87pprvr8qy.fsf@qNaN.sparse.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPFwe-0000KB-R5 for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 14:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPFwV-0004nT-UZ for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 14:05:44 -0400 Received: from randomsample.de ([83.169.19.17]:37329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPFwV-0004kg-B5 for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 14:05:35 -0400 In-Reply-To: <87pprvr8qy.fsf@qNaN.sparse.dyndns.org> (Jason Riedy's message of "Thu, 26 Sep 2013 09:51:49 -0400") 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: Jason Riedy Cc: emacs-orgmode@gnu.org Jason Riedy writes: > Google has deprecated the URL in org-caldav, and that old URL > does not work for me. The new one is documented at > https://developers.google.com/google-apps/calendar/caldav/v2/guide#new_endpoint > > Fiddling with the regexp in org-caldav-events-url triggers an > error apparently in the authentication code: Google has changed authentication on the new endpoint to OAuth. Julien has written an OAuth2 client implementation, which is in GNU ELPA, but I didn't have time to look at it yet. Not sure when I get to it; I hope someone beats me to it. -David