From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: MS Outlook fails to import iCal export file Date: Tue, 28 Mar 2006 10:55:44 +0200 Message-ID: <486036f68cce55a9483a07399dd72233@science.uva.nl> References: <87mzfbfv2t.fsf@sarge.yax.org.uk> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FO9zX-0003or-6x for emacs-orgmode@gnu.org; Tue, 28 Mar 2006 03:55:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FO9zV-0003nw-W0 for emacs-orgmode@gnu.org; Tue, 28 Mar 2006 03:55:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO9zV-0003nb-MH for emacs-orgmode@gnu.org; Tue, 28 Mar 2006 03:55:53 -0500 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FOA1C-0005rH-7l for emacs-orgmode@gnu.org; Tue, 28 Mar 2006 03:57:38 -0500 In-Reply-To: <87mzfbfv2t.fsf@sarge.yax.org.uk> 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: Philip Rooke Cc: emacs-orgmode@gnu.org On Mar 27, 2006, at 23:15, Philip Rooke wrote: > I have just tried to import an iCalendar export from an Org-mode file > into Microsoft Outlook 2000 (SP3). This was the first time I have > done this and it failed with a rather unhelpful "Import operation > failed [OK]" error message. > > I tried editing the .ics export file and found that changing the > VERSION: string from 2.0 to 1.0 allowed the import to succeed. This > is good enough as a work around for my very occasional needs. Well, I am not surprised, I wrote the exporter without looking at any specifications, just what I could figure out from looking at the icalendar files produced by Apples iCal program. The I tweaked the output until iCal would read that file. If there is anyone knowing more about the icalendar format, it would be great to improve this. Of course, I can simply say VERSION: 1.0..... - Carsten