Allow null date in gnus-icalendar-event--decode-datefield
* lisp/gnus/gnus-icalendar.el: (gnus-icalendar-event--decode-datefield): Don't throw an error if the event date is missing.
This commit is contained in:
parent
2c9ea31999
commit
4c0e40b75b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
|||
(icalendar--get-event-property-attributes
|
||||
event field) zone-map))
|
||||
(dtdate-dec (icalendar--decode-isodatetime dtdate nil dtdate-zone)))
|
||||
(encode-time dtdate-dec)))
|
||||
(when dtdate-dec (encode-time dtdate-dec))))
|
||||
|
||||
(defun gnus-icalendar-event--find-attendee (ical name-or-email)
|
||||
(let* ((event (car (icalendar--all-events ical)))
|
||||
|
|
Loading…
Add table
Reference in a new issue