|
|
|
|
|
by hhw3h
1359 days ago
|
|
Looks like an interesting tool from the landing page. When I tried to create an account with Google it asked for fairly expansive permissions: - See and download any calendar you can access using your Google Calendar - See, edit, share, and permanently delete all the calendars you can access using Google Calendar Are all these needed? Why would you need to delete a calendar from my account? |
|
Looking at the Google Calendar API, it seems like if you want to grant an app the ability to add new events, you need to give permission to view all events and delete events as well.
https://developers.google.com/calendar/api/v3/reference/acl/...
https://developers.google.com/identity/protocols/oauth2/scop...
So it's kind Google's fault for that. Still that's a lot of permissions to request, I'd be uncomfortable even letting them have the ability to add or view events. Does it have a way to work if you don't allow it access to Google Calendar?