iOS EventKit - Event is not being deleted from calendar

前端 未结 2 1133
猫巷女王i
猫巷女王i 2021-01-15 06:14

I\'m deleting event using the following code

[store requestAccessToEntityType:EKEntityTypeEvent completion: ^(BOOL granted, NSError *error) {
    if (grante         


        
2条回答
  •  余生分开走
    2021-01-15 07:16

    I've gotten this error several times and it's always because my eventIdentifier is bad and there is no matching record for my eventIdentifier. Always my code has been at fault.

提交回复
热议问题