How to Sync a Coda Table to Google Calendar

I have a table called ‘AHJ Cycle Adoptions Data Per Publication’ . I want to sync the table into Google Calendar. How to do it in Coda ?

I found a link that syncs from Google Calendar to Coda. However I need the other way around.

1 Like

Hey Alyssa, thanks for reaching out! You can use the Google Calendar pack to create events for each row using the CreateEvent() formula/button.

I suggest having an additional column in the table of the checkbox column type that starts out false called “Synced?”. Then, you can use FormulaMap() and RunActions() to run through each row of the table, send it to GCal and mark the row as synced using the ModifyRows() formula. Hope this helps as a starting point!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.