8

How do you accept an EKEvent invitation in iOS? I know it's possible as Fantastical, Calendars 5, and other calendar apps have this functionality, but I don't see an exposed non read-only property to change the user's status in regards to an event. Any idea how to do this?

Thanks,

Kyle Rosenbluth
  • 1,672
  • 4
  • 22
  • 38
  • 1
    This should help you. https://developer.apple.com/library/ios/documentation/EventKitUI/Reference/EKEventViewControllerClassRef/Reference/Reference.html – iphonic Jun 30 '14 at 09:56

1 Answers1

1

Turns out, after doing some more research, that all of these apps are just displaying the EKEventViewController. What I had mistaken as customization was actually view tints.

Kyle Rosenbluth
  • 1,672
  • 4
  • 22
  • 38
  • 3
    TimePage is not using EKEventUI layout, how does it performs the accept/decline? – Harry Ng Oct 06 '17 at 05:31
  • Hi Kyle! Using EKEventViewController doesn't work for me. The layout appears but the buttons (accept/maybe/decline) don't perform any action in the calendar. How did you manage? https://stackoverflow.com/questions/48170415/how-to-accept-decline-ekevent-invitation – PMT Jan 10 '18 at 10:20