Skip to content

Instantly share code, notes, and snippets.

View ariok's full-sized avatar
🧠
CodeLoving

@bitwaker ariok

🧠
CodeLoving
View GitHub Profile
//Request the access to the Calendar
[eventStore requestAccessToEntityType:EKEntityTypeEvent
completion:^(BOOL granted,NSError* error){
//Access not granted-------------
if(!granted){
}