Reputation: 547
EKEvent created from my App programmatically, when i fetch EKEvent create in iPhone calendar, how i can identify both (EKEvent) events which is created by iPhone calendar or by me
Upvotes: 0
Views: 91
Reputation: 578
There are multiple things you can do . 1.Create your own calendar . 2.Add extra text in the Notes field . while fetching check notes field and sort them .
Eventkit doesnt support that kind of sortinh in app or outside app .
Upvotes: 1