03-16-2020 20:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-16-2020 20:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I recently added calendar support to my watch face so I can quickly see what is coming up that day. It works great, but when I tried to put in logic to skip it if the use didn't give calendar permissions, it always says they didn't give calendar permission. I've tried both "access_calendar" and "access_calendars" when calling appbit.permissions.granted. Am I doing something wrong here or is there a bug with the new calendar feature? Thanks
Answered! Go to the Best Answer.
Accepted Solutions
03-25-2020 12:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-25-2020 12:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
It might be because the permission is for a companion api, and you're checking on the device?
03-25-2020 12:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-25-2020 12:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
It might be because the permission is for a companion api, and you're checking on the device?
03-25-2020 13:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-25-2020 13:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Good point, thanks!

