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.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
It might be because the permission is for a companion api, and you're checking on the device?
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Good point, thanks!
Best Answer