davepar / gcalendarsync

Apps Script for syncing a Google Spreadsheet with Google Calendar
MIT License
161 stars 46 forks source link

Exception: Action not allowed error on shared google sheet. #82

Closed jacksingh99 closed 3 years ago

jacksingh99 commented 3 years ago

Hello Dave, I am able to run this add-on on my sheet successfully but the person I am sharing the Google sheet gets "Action not allowed" error when they try to run "Update to Calendar" part of the add on. We only update to calendar. We both were able to use the older version but decided to use the add on instead.

jacksingh99 commented 3 years ago

Hello Dave, The error was being produced because the person I was sharing the calendar with did not have permission to make changes to events. I gave permission to allow to make changes to events and now it works.

davepar commented 3 years ago

Glad you got it sorted out!