From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vagn Johansen Subject: Re: ics file not understood by google calendar Date: Mon, 01 Feb 2010 20:47:11 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nc2FP-0003Yt-E1 for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 14:47:47 -0500 Received: from [199.232.76.173] (port=54898 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nc2FP-0003Yl-52 for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 14:47:47 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nc2FK-0007O6-Mu for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 14:47:46 -0500 Received: from lo.gmane.org ([80.91.229.12]:39760) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nc2FK-0007Nw-18 for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 14:47:42 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nc2FH-0000tn-Ch for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 20:47:39 +0100 Received: from 1508885684.dong.dbnet.dk ([89.239.196.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Feb 2010 20:47:39 +0100 Received: from gonz808 by 1508885684.dong.dbnet.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Feb 2010 20:47:39 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik writes: > Hi Vagn, > > you are saying that this used to work out of the box and no longer does? > Could you please git bisect to identify the offending commit? Hi Carsten Did you see my follow-up email? (reproduced below) The problem appears to be caused by a change from VEVENT to VTODO in org-icalendar.el. Of course, the change may be correct and google calendar just does not support VTODO. I just discovered some entries in google calendar which comes from an org export to ics that was done half a year ago. They use VEVENT (as opposed to VTODO). This works BEGIN:VEVENT UID: TS-9164991C-7E1A-4D65-8A44-3674B236A836 DTSTART;VALUE=DATE:20090621 DTEND;VALUE=DATE:20090622 SUMMARY:leg press DESCRIPTION: <2009-06-21 Sun>\nfik tips fra Martin om l... CATEGORIES:privat END:VEVENT Does not work (test9365.ics) BEGIN:VTODO UID: TODO-34C3192F-21FE-48C1-BFD7-7934B51D03A3 DTSTART;VALUE=DATE:20100201 SUMMARY:feb1 CATEGORIES:test9365 SEQUENCE:1 PRIORITY:5 STATUS:NEEDS-ACTION END:VTODO If i change the first todo in test9365.ics to use VEVENT and save it at http://ozymandias.dk/test/test9365c.ics then the event shows up in google calendar. -- Vagn Johansen