Variable: gnus-icalendar-additional-identities

gnus-icalendar-additional-identities is a customizable variable defined in gnus-icalendar.el.gz.

Value

nil

Documentation

We need to know your identity to make replies to calendar requests work.

Gnus will only offer you the Accept/Tentative/Decline buttons for calendar events if any of your identities matches at least one RSVP participant.

Your identity is guessed automatically from the variables user-full-name(var)/user-full-name(fun), user-mail-address, gnus-ignored-from-addresses(var)/gnus-ignored-from-addresses(fun) and message-alternative-emails.

If you need even more aliases you can define them here. It really only makes sense to define names or email addresses.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-icalendar.el.gz
(defcustom gnus-icalendar-additional-identities nil
  "We need to know your identity to make replies to calendar requests work.

Gnus will only offer you the Accept/Tentative/Decline buttons for
calendar events if any of your identities matches at least one
RSVP participant.

Your identity is guessed automatically from the variables
`user-full-name', `user-mail-address',
`gnus-ignored-from-addresses' and `message-alternative-emails'.

If you need even more aliases you can define them here.  It really
only makes sense to define names or email addresses."

  :type '(repeat string))