From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...) Date: Thu, 26 Jul 2012 21:03:43 +0200 Message-ID: <87629any40.fsf@engster.org> References: <00d901cd6b4d$c37f0df0$4a7d29d0$@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuTLo-0006ER-OJ for emacs-orgmode@gnu.org; Thu, 26 Jul 2012 15:03:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuTLk-0005md-By for emacs-orgmode@gnu.org; Thu, 26 Jul 2012 15:03:56 -0400 Received: from randomsample.de ([83.169.19.17]:49826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuTLj-0005mF-Vm for emacs-orgmode@gnu.org; Thu, 26 Jul 2012 15:03:52 -0400 In-Reply-To: <00d901cd6b4d$c37f0df0$4a7d29d0$@gmx.de> (Robert Eckl's message of "Thu, 26 Jul 2012 18:43:19 +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: eckl.r@gmx.de Cc: emacs-orgmode@gnu.org Robert Eckl writes: > Acutally, an appointment must not have any text outside the Properties [...] I think there's a bug in org-icalendar with regards to handling tags. I'm getting an icalendar event like this: BEGIN:VEVENT UID:f90ec513423879f1e09c7c10fc0e15a9-orgmodecaldav DTSTART:20120728T200000 DTEND:20120728T210000 SUMMARY:TerminTest =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0:Tag: DESCRIPTION: <2012-07-28 Sat 20:00-21:00>\n\nSomewhat LOCATION: B=FCro CATEGORIES:Tag,Termine END:VEVENT Putting this event generates an error from Google, but I think it's due to the :Tag: in the SUMMARY line; the DESCRIPTION looks OK to me. > Combined with MobileOrg this behavior is bothering. > > If an appointment is scheduled, it will not be synced if there is no acti= ve > timestamp without the keyword SCHEDULED: Again, this looks like a problem with org-icalendar. I'm not very familiar with that code, but I'll look into it. Thanks for testing, David