How can I fetch all events from all my calendars using EventKit and pyobjc

75 views Asked by At

I'm fairly new to the Apple Developer program and I'm trying to figure out some basic things. One of them is to fetch all events from all my calendars. As far as I know this should be possible with the EventKit framework. As I'm developing in python I'm using pyobjc. How can I achieve my wish? Do I need to authorize the access?

I figured out that I need an eventstore and I also managed to set up a predicate, but I can't see my calendars or events yet.

0

There are 0 answers