how to get ekevent EKparticipant email?

前端 未结 6 897
花落未央
花落未央 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:17

    I had this same question and when I was at WWDC this year, I asked several Apple engineers and they had no clue. I asked a guy I met in line and he had the answer:

    event.organizer.URL.resourceSpecifier
    

    This works for any EKParticipant. I was cautioned NOT to use the description field because that may change at any time.

    Hope this helps!

提交回复
热议问题