From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: org-caldav: New version with proper two-way sync Date: Wed, 16 Jan 2013 22:53:55 +0100 Message-ID: <87ehhk3ibw.fsf@engster.org> References: <87bocr4ej2.fsf@engster.org> <877gnf7615.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvavs-00078x-MH for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 16:54:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tvavq-0007Ce-38 for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 16:54:04 -0500 Received: from randomsample.de ([83.169.19.17]:40817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvavp-0007CM-RF for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 16:54:02 -0500 In-Reply-To: (Vincent Beffara's message of "Tue, 15 Jan 2013 19:23:58 +0100") 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: Vincent Beffara Cc: emacs-orgmode@gnu.org Vincent Beffara writes: > Works great for me, thanks! One thing that changed (but it was kind of > a glitch anyway, even if a nice one to have): events with several > timestamps now appear only once rather than one per timestamp. Not > sure if this is due to org-caldav or to recent evolutions in the > org->ics export. Anyway, not a big deal. That's a consequence of org-caldav now doing proper syncing. Every Org entry is linked through the UID to exactly one event in the calendar. If I would allow an entry to produce several events in the calendar, we would get duplicate UIDs there, which is not allowed. One could code around that (in fact, the iCalendar export already does that by putting stuff like 'DL' or 'TS' in front of the UIDs), but it would make syncing from the Calendar to Org much more difficult. > One thing hinted at in the docs, but I couldn't figure out how to do > it: how do you use an authinfo file? Mine seems to be ignored totally > ... The example given in the Readme machine www.google.com:443 port https login username password secret should work. If it doesn't, set `auth-source-debug' to 't' and look into the Messages buffer. Maybe it doesn't work properly on older Emacs versions; a lot has changed in auth-source recently. -David