]> git.eshelyaron.com Git - emacs.git/commit
allow party crashers to respond to ical events
authorAlexandre Duret-Lutz <adl@lrde.epita.fr>
Wed, 22 Sep 2021 14:38:42 +0000 (16:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 1 Oct 2021 12:07:35 +0000 (14:07 +0200)
commit16e51ad6bfa9275ebf9fc2df49eb724099ca2764
tree59c29c2101bdd86e9d0f792425eaaf9d898906a8
parent51226e42807c1554a83fde0081d57c0c9248c409
allow party crashers to respond to ical events

If an ical invitation is sent to a mailing list, the recipients
are probably not listed as attendees.  However there are
legitimate situations where these unlisted (or indirectly listed)
recipients are still expected to respond.  RFC5546 allows that,
calling those respondents "party crashers".

* lisp/gnus/gnus-icalendar.el
(gnus-icalendar-event:inline-reply-buttons): Display the response
buttons even if the user was not found in the list of attendees,
but change the labels of those buttons to make clear they are
not explicitly invited.
(gnus-icalendar-event--build-reply-event-body): Add an attendee
line for the user in case one was not found.
lisp/gnus/gnus-icalendar.el