iCalendar ATTENDEE

2019-08-05 08:54发布

问题:

Hi is it possible to specify a 'nickname' as the ATTENDEE in Vcalendar . so that instead of the email address appearing in the email 'required' field it would display a more friendly name ? thanks for any help

Mick

回答1:

Yes, easily via the CN parameter:

ATTENDEE;ROLE=REQ-PARTICIPANT;CN=Test User:MAILTO:test.user@somewhere.com

See also: http://www.kanzaki.com/docs/ical/attendee.html