The Google Calendar Pack syncs calendar events to a sync table, and also features an action that updates a single event. When that action is taken, the relevant row in the sync table is updated- without requiring a full refresh of the table:
The Google Calendar Pack now lets you update your calendar’s event information without re-syncing the entire table. To make this possible, we modified Google Calendar’s UpdateEvent action to return the event to its results column, rather than just the event’s URL.
None of the Coda SDK sample projects related to sync tables have such a capability, though. I’d love to be able to modify a single row in the sync table for a pack I’m developing, but really don’t know where to start when it comes to implementing a feature like this.
Any guidance would be appreciated!