iCalendar ATTENDEE

我的梦境 提交于 2019-12-11 05:54:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!