Skip to content

Instantly share code, notes, and snippets.

@ariok
Last active October 12, 2015 15:48
Show Gist options
  • Save ariok/4050327 to your computer and use it in GitHub Desktop.
Save ariok/4050327 to your computer and use it in GitHub Desktop.
//Request the access to the Calendar
[eventStore requestAccessToEntityType:EKEntityTypeEvent
completion:^(BOOL granted,NSError* error){
//Access not granted-------------
if(!granted){
}
//Access granted------------------
}else{
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment