From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85410 Path: news.gmane.org!not-for-mail From: Jan Tatarik Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-calendar / gnus-icalendar in Emacs24? Date: Wed, 31 Dec 2014 16:53:41 +0100 Message-ID: <87y4pnzugq.fsf@nb-jtatarik2.xing.hh> References: <87vbldf2yt.fsf@hornfels.zedat.fu-berlin.de> <87oar0dhr2.fsf@hillenius.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1420048498 27494 80.91.229.3 (31 Dec 2014 17:54:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2014 17:54:58 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33652@lists.math.uh.edu Wed Dec 31 18:54:51 2014 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 1Y6NTt-0000VP-JN for ding-account@gmane.org; Wed, 31 Dec 2014 18:54:49 +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 1Y6NT8-0005ng-3h; Wed, 31 Dec 2014 11:54:02 -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 1Y6Law-0005L4-Jc for ding@lists.math.uh.edu; Wed, 31 Dec 2014 09:53:58 -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 1Y6Lav-0002Ot-GD for ding@lists.math.uh.edu; Wed, 31 Dec 2014 09:53:58 -0600 Original-Received: from mail-we0-f178.google.com ([74.125.82.178]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Y6Lau-0007Jj-12 for ding@gnus.org; Wed, 31 Dec 2014 16:53:56 +0100 Original-Received: by mail-we0-f178.google.com with SMTP id p10so2552707wes.37 for ; Wed, 31 Dec 2014 07:53:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=JyOyAcB0xEJAZgWgeGvWTyUqsS/8OC4q7R1fSgKerLc=; b=XAg/4OTtDOEUK2Tgw3Yuy9M4nys9U7LEPbEd2WbXhWxJx6N3R9C/myl4WSkLhfvAQA +4SgPSPrwG8Z57qRDzwM55PbJOPlVW9L0DywnYOUoFWLpQkXcoH20CN3vLTBv/bUtypo Y4HwDc5DmWHPvpGobAJ/y+i/VWtnsy4zGTwf13upg2mNElimX2yLQaM0TabKI882Y30i tf5VKQVecFZXMaMpTfzuNC6FjMogAet4qPZYrcFwn7Kg5pC+I/f8OBYXj/Q9revc78xU y8/Ib5u3KPoJh54bpNahunoMEBQddGKkmNeP+qz8aqQ1kYOmnb4v6OVF+rnM+Oj3dPVs 4Z7g== X-Received: by 10.180.36.162 with SMTP id r2mr114367013wij.75.1420041230654; Wed, 31 Dec 2014 07:53:50 -0800 (PST) Original-Received: from nb-jtatarik2.xing.hh ([46.231.74.116]) by mx.google.com with ESMTPSA id e18sm57992827wjz.27.2014.12.31.07.53.49 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 31 Dec 2014 07:53:50 -0800 (PST) In-Reply-To: <87oar0dhr2.fsf@hillenius.net> (Gijs Hillenius's message of "Thu, 18 Dec 2014 17:50:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85410 Archived-At: On Thu, Dec 18 2014, Gijs Hillenius wrote: > For Outlook/Exchange based invitations, I can add the meeting requests, > but there is no [accept] thingie. The Accept/Decline buttons are only shown if the recipient is marked as RSVP. It could be your response is not required by the meeting organizer, or gnus-icalendar failed to identify your email address on the attendee list. ,----[ C-h v gnus-icalendar-a RET ] | gnus-icalendar-additional-identities is a variable defined in `gnus-icalendar.el'. | Its value is ("my-other-address@work") | Original value was nil | | Documentation: | We need to know your identity to make replies to calendar requests work. | | Gnus will only offer you the Accept/Tentative/Decline buttons for | calendar events if any of your identities matches at least one | RSVP participant. | | Your identity is guessed automatically from the variables | `user-full-name', `user-mail-address', | `gnus-ignored-from-addresses' and `message-alternative-emails'. | | If you need even more aliases you can define them here. It really | only makes sense to define names or email addresses. | | You can customize this variable. `----