Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

181
Views
Runing Custom Function from Google Sheet showing no permission error

Iam trying to integrate Google sheet and Calendar.I have written the function which adds event to google calendar but when i try to call that function from cell using custom function it shows this error

Exception: The script does not have permission to perform that action. Required permissions: (https://www.googleapis.com/auth/calendar || https://www.googleapis.com/auth/calendar.readonly || https://www.google.com/calendar/feeds)

I have given the above permission in Manifest file.Here my manifest:

`

"https://www.googleapis.com/auth/calendar",
"https://www.googleapis.com/auth/calendar.readonly",
"https://www.google.com/calendar/feeds",
"https://www.googleapis.com/auth/spreadsheets.currentonly",
"https://www.googleapis.com/auth/spreadsheets"

],`

The problem occurs on this Line let cal=CalendarApp.getCalendarById("ID");

How to fix this,Please Help!

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Custom Function Capabilities Do Nor include Calendar

functionality available to Custom Functions it does not include calendar. Even if you add the scope to the manifest it makes no difference if it's not in the list of the link then it's not available to a cell or custom function. Write it as a standard script and call it from a menu.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!