]> git.eshelyaron.com Git - emacs.git/commit
reply to the organizer of an ical event
authorAlexandre Duret-Lutz <adl@lrde.epita.fr>
Wed, 22 Sep 2021 14:30:21 +0000 (16:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 1 Oct 2021 12:07:16 +0000 (14:07 +0200)
commit51226e42807c1554a83fde0081d57c0c9248c409
tree3f8e20b4fe2e76a40e35020eda46c6945f0cb26e
parent5988d6fa2610097f91d822df813cecbdeed26185
reply to the organizer of an ical event

RFC5546 specifies that participant status (accepted, tentative,
declined) should be sent to the organizer of the event.  That
organizer is not necessarily the sender of the invitation; for
instance Google Calendar uses custom email addresses to receive these
notifications.

* lisp/gnus/gnus-icalendar.el (gnus-icalendar-send-buffer-by-mail):
Replace the default recipient of the reply by the organizer of the
event.
(gnus-icalendar-reply) Pass that organizer to the previous function.
lisp/gnus/gnus-icalendar.el