问题
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
来源:https://stackoverflow.com/questions/2655041/icalendar-attendee