Skip to content

Commit

Permalink
#1 Feature Suggestion: Check to see if the user has granted permissio…
Browse files Browse the repository at this point in the history
…n to access the calendar
  • Loading branch information
EddyVerbruggen committed Aug 22, 2016
1 parent 47e7f45 commit b8f5f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calendar.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Calendar._eventStore = null;

(function () {
setTimeout(function() {
// TODO see https://github.com/EddyVerbruggen/nativescript-calendar/issues/1
Calendar._requestPermission();
}, 500);
})();
Expand Down

0 comments on commit b8f5f80

Please sign in to comment.