I retrieve events from my calendar using Apple's EventKit
Now I have a list of my events with details. I'd like to choose a particular event and change my (and only my) attendance status (i.e from Maybe to Accept).
I can't see an obvious option for that. I can read:
Is there a way to do that?
I noticed the other approach with using EkEventEditViewController. I'd like to avoid that if possible.
PS. I saw these, but I thought they're kinda outdated:
I just used EventKitUI and it works.