Missing EKEvents when saving multiple Google calendar events
问题 I'm looping through around 100 objects that create an event for each using EventKit. I don't "commit" until all the objects are saved and know a calendarIdentifier is successfully fetched for each. Yet about 10-15% of the events never show on the device calendar or online. This only happens with Google Calendar. iCloud and local work fine. I understood when creating multiple events like this, it was preferable to use: [eventStore saveEvent:event span:EKSpanThisEvent commit:NO error:&error]; .