how to get ekevent EKparticipant email?

前端 未结 6 886
花落未央
花落未央 2020-12-10 04:21

how to get ekevent EKparticipant email?

EKParticipant class does not have such a attribute.

Is it possible to render the native ios participants controller t

6条回答
  •  执念已碎
    2020-12-10 05:11

    Another option might be to look up the EKParticipant's URL. The output should be a mailto URI like mailto:xyz@xyz.com. There's some sparse documentation here:

    http://developer.apple.com/library/ios/#documentation/EventKit/Reference/EKParticipantClassRef/Reference/Reference.html

提交回复
热议问题