From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Beffara Subject: Re: org-caldav can't find org-prepare-agenda-buffers Date: Tue, 12 Mar 2013 11:18:32 +0100 Message-ID: References: <87k3puyri0.fsf@free.fr> <87y5e66igm.fsf@engster.org> <87zjyl3ck6.fsf@bzg.ath.cx> <874ngt8mwl.fsf@Rainer.invalid> <87a9qlm24b.fsf@bzg.ath.cx> <87wqtk8tjx.fsf@free.fr> <87zjyg4i8m.fsf@engster.org> <871ubsfqcm.fsf@gmail.com> <87vc944gxn.fsf@engster.org> <87wqtke9sc.fsf@gmail.com> <87mwug4f5y.fsf@engster.org> <87sj48e8n8.fsf@gmail.com> <87ehfs43xl.fsf@engster.org> <877glj374n.fsf@free.fr> <928F746CECE04D56BDF3848A78421121@gmail.com> <87obevcwf2.fsf@gmail.com> <6AFF8646C27C4CE6A358F84B8B62284E@gmail.com> <87fw07cqsd.fsf@gmail.com> <28621C1EBBE544938B988FA134FB5FD0@gmail.com> <63701794CC0B434FA2BFE0233C420D45@gmail.com> <37E4F6B4499C4973BC5FFEB4FDF45533@gmail.com> <87hakh9lzp.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFMI4-0004YE-22 for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 06:18:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFMHz-0000HB-Ii for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 06:18:39 -0400 Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:44622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFMHz-0000H5-BL for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 06:18:35 -0400 Received: by mail-we0-f177.google.com with SMTP id d7so4477524wer.8 for ; Tue, 12 Mar 2013 03:18:33 -0700 (PDT) In-Reply-To: <87hakh9lzp.fsf@free.fr> Content-Disposition: inline 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: Julien Cubizolles Cc: emacs-orgmode@gnu.org, Nicolas Goaziou , engster@physik3.gwdg.de Hi, Yes, I had the very same problem, I had to restart org-caldav from scratch a few times (org-caldav-delete-everything, wait a bit for caches to empty, and then eventually it worked). In the meantime I also tweaked the way org-caldav manages UIDs to exploit the fact that multiply occurring events are now exported multiple times in ox-icalendar, everything works out well if only org->ical is used. One thing remaining, on ical->org sync, there is an issue that makes the next sync erase the event on ical and upload it again, under another id (and with the info not generated by org-caldav missing, of course). I think I know how to fix it, just need to find some time ... I will send what works to the list. (In the meantime, David, don't pull my second pull request, it is not right.) /v -- Vincent Beffara On Tuesday, March 12, 2013 at 07:21 , Julien Cubizolles wrote: > Vincent Beffara writes: > > > ... sorry for replying to myself like this - here is a patch that seems to work: > > I'm still running into problems even with this patch, but I'm not very > sure where they lie. Basically I get some messages about duplicate > entries, no org-caldav-results buffer pops up and a subsequent run of > org-caldav-sync informs me that the last sync was aborted. > > For now, I'm back with org-7.9.4: sync works without problem from > org->google and google->org. I'll be willing to test any changes updates > to org or org-caldav though. > > Julien.