Search code examples
google-calendar-apiicalendar

force update/sync of subscribed (url) calendar in google calendar with google app script


I have a url of a calendar https://longurl.ics that I successfully subscribed into google calendar. My issue is that sometimes, it takes a few days to synchronize events from the url calendar to google.

Is there a way to force the update with google app scripts?... I've beeen looking into the documentation and the web with no luck so far...


Solution

  • I found this library on github that does exactly what i needed. I already have it running :D

    GAS-ICS-Sync