From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cristiano Lazzari Newsgroups: gmane.emacs.help Subject: Help with icalendar.el Date: Wed, 25 Nov 2009 11:47:45 +0000 Message-ID: <9fd10c650911250347w12d0596cs9ddf8967933bbf0@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6546eb888094a047930a0d3 X-Trace: ger.gmane.org 1259306652 15078 80.91.229.12 (27 Nov 2009 07:24:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Nov 2009 07:24:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 27 08:24:05 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NDvBU-00033V-Oc for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Nov 2009 08:24:05 +0100 Original-Received: from localhost ([127.0.0.1]:52083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDvBU-0000J1-Bc for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Nov 2009 02:24:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDGLi-0000Hh-86 for help-gnu-emacs@gnu.org; Wed, 25 Nov 2009 06:47:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDGLc-0000Ec-6L for help-gnu-emacs@gnu.org; Wed, 25 Nov 2009 06:47:52 -0500 Original-Received: from [199.232.76.173] (port=55497 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDGLb-0000ED-Lr for help-gnu-emacs@gnu.org; Wed, 25 Nov 2009 06:47:47 -0500 Original-Received: from mail-fx0-f213.google.com ([209.85.220.213]:57783) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDGLb-0001b9-86 for help-gnu-emacs@gnu.org; Wed, 25 Nov 2009 06:47:47 -0500 Original-Received: by fxm5 with SMTP id 5so8269841fxm.8 for ; Wed, 25 Nov 2009 03:47:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=h13IzzomjPClRwsMMhZeZWdPCMaUP4ICr/ub1RJGHAc=; b=Ywuu9mggfEr0sUp9g9sQ2Z10ubnxSr5CJ+Z8BluDnbdkqMZM0M6hN+/gFeXSGp6//K R2fBTDWhHrhx5P9YTYNWxklZJubVHkAksbikjgfyU9rhiZHFL3HgLG5K/EeDl2RStnxn KF3zxh/5EK4AgjkdLalVDBiWV8a+3kYenPAxI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=gj8PaTgp5YljKciHkkDV4h4H1yELo6VwMupEqPDCx7WpR0xego9d9dDtiLxUWhfsr8 I8ZHlbQq2mpTPeTCnwv55xdIomlbPoPhuU/BDVKIeGWh5FPEZQ9jlJg7VMWP8uew0Tb7 UWmZ7MpT8aXiJ2p3y6D1WEJUWS1Sl9I4C7CDg= Original-Received: by 10.103.87.26 with SMTP id p26mr3352354mul.44.1259149665503; Wed, 25 Nov 2009 03:47:45 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 27 Nov 2009 02:20:47 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70167 Archived-At: --0016e6546eb888094a047930a0d3 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I am having a problem to import a calendar to my emacs diary with the icalendar.el functions. For example, in the event below, the value to STATUS is not imported. I would like to see the UID in the diary too, but I think if I modify the UID to URL it must work. All the other properties are imported. Do you have any idea about this problem? Thanks, Cristiano -- BEGIN:VEVENT DTSTART;VALUE=DATE:20091119 DTEND;VALUE=DATE:20091120 DTSTAMP:20091125T113301Z UID:xyzxyzyxyz99999@google.com CREATED:20091031T102349Z DESCRIPTION: LAST-MODIFIED:20091124T161046Z LOCATION:DAC website SEQUENCE:2 STATUS:CONFIRMED SUMMARY:DAC deadline TRANSP:TRANSPARENT CATEGORIES:http://schemas.google.com/g/2005#event END:VEVENT --0016e6546eb888094a047930a0d3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,

=A0 I am having a problem to import a calendar to my emacs d= iary with the icalendar.el functions. For example, in the event below, the = value to STATUS is not imported. I would like to see the UID in the diary t= oo, but I think if I modify the UID to URL it must work. All the other prop= erties are imported. Do you have any idea about this problem?

Thanks,
Cristiano

--
BEGIN:VEVENT
DTSTART;VALUE=3DDATE:= 20091119
DTEND;VALUE=3DDATE:20091120
DTSTAMP:20091125T113301Z
UID:xyzxyzyxyz99999@google.= com
CREATED:20091031T102349Z
DESCRIPTION:
LAST-MODIFIED:20091124T161046Z<= br>LOCATION:DAC website
SEQUENCE:2
STATUS:CONFIRMED
SUMMARY:DAC de= adline
TRANSP:TRANSPARENT
CATEGORIES:http://schemas.google.com/g/2005#event
END:VEVENT
--0016e6546eb888094a047930a0d3--