-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EKCADErrorDomain 1014 #94
Comments
Thanks @duzenko for reporting this. Would you be able to create a PR with the change proposed in the link you mentioned? |
I'm new to dart and flutter. PR'ing plugins is something I yet need to learn.
Does it make sense? |
Plugins make use of platform channels so I'd suggest having a read about them here. You would need open the Android/iOS side of the example apps (not the plugin( in the appropriate IDE to debug the Android/iOS code for the plugin |
Uh-oh |
Closing this issue as #98 addresses this issue |
Getting this exception every time on iPhone 4S with this code
final existingEventsRes = await deviceCalendar.retrieveEvents(calendar.id, filter);
deviceCalendar is regular (non-readonly)
Error getting shared calendar invitations for entity types 3 from daemon: Error Domain=EKCADErrorDomain Code=1014 "(null)"
Quick search in the internet hints a bug in iOS with a workaround described here
The text was updated successfully, but these errors were encountered: