Add participant to an event in iOS

前端 未结 3 1907
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-01 01:22

In the EKParticipant Class reference, \" Send attendees to an EKEvent object to get an array of EKParticipant objects. \" OK, buy how can I send attendees to an EKEvent obje

3条回答
  •  有刺的猬
    2021-01-01 02:04

    You would always fail to create attendees by using EventKit this version because Apple has not get related APIs public.

    But you can use class-dump to output EventKit header files to see all interfaces even included the private and try it out one by one.

    I've seen an app called Week Cal could add attendees into iOS event store, and it is an Appstore-sale app and no jailbroken needed. So I believe that there is a way to add attendees into event store in current iOS and would not be rejected by Apple.

提交回复
热议问题