Function: gnus-icalendar-event-show
gnus-icalendar-event-show is an interactive and byte-compiled function
defined in gnus-icalendar.el.gz.
Signature
(gnus-icalendar-event-show)
Documentation
Display org-mode agenda entry related to the calendar event.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-icalendar.el.gz
(defun gnus-icalendar-event-show ()
"Display `org-mode' agenda entry related to the calendar event."
(interactive nil gnus-article-mode gnus-summary-mode)
(gnus-icalendar--show-org-event
(with-current-buffer gnus-article-buffer
gnus-icalendar-event)))