Custom Asana ICal Sync to Google Calendar
by Patrick Chong
Asana to ICal #
Script below fetches events from Asana and returns formatted ICal Feed. I deployed the function as a lambda on Vercel.
Sync ICal feed with Google Calendar #
The existing Google Calendar ICal sync updates very slow (between 12-24 hours). So I used the script from https://github.com/derekantrican/GAS-ICS-Sync to sync events from Asana (through the Vercel lambda API endpoint) to Google Calendar more frequently.