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

155
Views
Google calendar syncing - google script

I have a problem in syncing my addon with google calendar. as in document says, to sync addon, we need to set a trigger to (create, update, delete) events in calendar and define a function to handle it:

var trigger = ScriptApp.newTrigger('syncEvents')
.forUserCalendar(calendarId)
.onEventUpdated()
.create();

full code in here.

I'm trying to write and run my code here. and you can find logs in 'executions' in left sidebar.

!Note: I want to create an addon to have a 3rd party conference and it worked on create meeting.

my problem is when user update or delete an event, 'syncEvents' function should be call on update and delete but it's not working.

it should call in create too and it will cause I can see logs in executions tab but on update and delete there is nothing in logs.

any help make a nice wish in your life even if doesn't real help <3

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

0

Thanks to google upgrade with new useless editor and ignore its bugs, change editor to classic and use old engine to fix the problem -_-

here is a link to where I found this solution. hope GOOGLE fix the issue.

[UPDATE]

just uncheck v8 runtime and problem will fix!

enter image description here

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!