From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83882 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: FEATURE: gnus-icalendar appt participants synced to org Date: Fri, 15 Nov 2013 09:07:51 +0900 Organization: Emacsen advocacy group Message-ID: References: <87txfe371f.fsf@nb-jtatarik2.xing.hh> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1384474104 24613 80.91.229.3 (15 Nov 2013 00:08:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2013 00:08:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32138@lists.math.uh.edu Fri Nov 15 01:08:28 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vh6xX-0002SD-4M for ding-account@gmane.org; Fri, 15 Nov 2013 01:08:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Vh6xG-0007VZ-Kd; Thu, 14 Nov 2013 18:08:10 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Vh6xF-0007VQ-MK for ding@lists.math.uh.edu; Thu, 14 Nov 2013 18:08:09 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Vh6xE-0004U6-Ie for ding@lists.math.uh.edu; Thu, 14 Nov 2013 18:08:09 -0600 Original-Received: from mail-hampton.hostforweb.net ([216.246.15.223] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Vh6xC-0001oz-LV for ding@gnus.org; Fri, 15 Nov 2013 01:08:06 +0100 Original-Received: from localhost.localdomain ([127.0.0.1]:43951 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80.1) (envelope-from ) id 1Vh6x0-000MnG-Fd for ding@gnus.org; Thu, 14 Nov 2013 18:07:55 -0600 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:pgShttMQI4L6V69Yhk0f2GIoBQs= X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83882 Archived-At: Jan Tatarik wrote: > the enclosed patch adds two features to gnus-icalendar: > - the article buffer now shows a new field 'Attendance' with values of > either 'Required' or 'Optional' - good to know which meetings are safe > to ignore > - appointments exported to org outline now contain additional properties > PARTICIPATION_REQUIRED (t when required), REQ_PARTICIPANTS (list of > required attendees) and OPT_PARTICIPANTS (list of optional attendees) Applied. Thanks.