Discussion:
gnus-calendar / gnus-icalendar in Emacs24?
Eric S Fraga
2014-12-19 16:47:12 UTC
Permalink
On Thursday, 18 Dec 2014 at 17:50, Gijs Hillenius wrote:

[...]
For Outlook/Exchange based invitations, I can add the meeting requests,
but there is no [accept] thingie.
I am not sure I understand this. Just in case this helps: I had to
configure my Outlook account to format calendar requests using iCalendar
format when Outlook was accessed using imap. This was an option
available in the Outlook Web App (I cannot run Outlook itself on any
machine I have) but only available once I prodded our systems people to
enable that feature. I think it is only available in Outlook 2013
(2014?) or newer.

Now any calendar request that comes in shows me all the various options
(accept, reject, add to org, ...) in my gnus Article window!
--
: Eric S Fraga, GnuPG: 0xFFFCF67D
: in Emacs 25.0.50.1 + Ma Gnus v0.12 + evil-git-d432ec2
: BBDB version 3.1.2 (2014-05-06 11:45:08 -0500)
Gijs Hillenius
2014-12-20 07:57:47 UTC
Permalink
Post by Eric S Fraga
[...]
For Outlook/Exchange based invitations, I can add the meeting
requests, but there is no [accept] thingie.
I am not sure I understand this. Just in case this helps: I had to
configure my Outlook account to format calendar requests using
iCalendar format when Outlook was accessed using imap. This was an
option available in the Outlook Web App (I cannot run Outlook itself
on any machine I have) but only available once I prodded our systems
people to enable that feature.
Thx! I'll ask collegues to check if they have that option.
Jan Tatarik
2014-12-31 15:53:41 UTC
Permalink
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-***@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.
`----

Loading...