]> git.eshelyaron.com Git - emacs.git/commit
gnus-icalendar: Missing attendees are not REQ-PARTICIPANT
authorAlexandre Duret-Lutz <adl@lrde.epita.fr>
Sat, 2 Oct 2021 08:55:44 +0000 (10:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 2 Oct 2021 08:55:44 +0000 (10:55 +0200)
commit89d9f466ddd8a919acf173e185c3ac3a5697ad41
tree304a3c5091018d903c6c5c1e243c135f7ac1d9d3
parent58f8c3affc92c77832e93d4d6f0ff3a0bc0a778b
gnus-icalendar: Missing attendees are not REQ-PARTICIPANT

* lisp/gnus/gnus-icalendar.el (gnus-icalendar-event--get-attendee-names)
(gnus-icalendar-event-from-ical): Do not default to REQ-PARTICIPANT
if the user was not found as an attendee.
* test/lisp/gnus/gnus-icalendar-tests.el
(gnus-icalendary-weekly-byday): Remove the ROLE property to test
that it correctly defaults to REQ-PARTICIPANT.  The case where the
user is not listed is covered by gnus-icalendar-parse already
(bug#50749).
lisp/gnus/gnus-icalendar.el
test/lisp/gnus/gnus-icalendar-tests.el