I am trying to fetch the calendar events set on my Mac.
I can fetch the "allday" events in my Mac calendar using Swift API EKEvent isAllDay property.
However, I am unable to determine whether the event is private or not. I can mark the event as private in my calendar, but unable to locate any specific API to fetch it on my Mac.
I can fetch the "allday" events in my Mac calendar using Swift API EKEvent isAllDay property.
However, I am unable to determine whether the event is private or not. I can mark the event as private in my calendar, but unable to locate any specific API to fetch it on my Mac.