I fiddled around for over an hour here but I can't find a way to get tags or any images/photos from reminders via EventKit (I found many promising private APIs but I could make them work).
NSLog(@"o %@", event.originalItem); //nil
NSLog(@"fp %@", event.additionalFrozenProperties); //nil
NSLog(@"d %@", event.detachedItems); //nil
NSLog(@"a %@", event.attachments); //nil
NSLog(@"as %@", event.attachmentsSet); //nil
NSLog(@"sd %@", store.database); //EKEventStoreDaemon - I tried refetching but got the same result :D
Is there any way? Private api 'welcome' :D