Hey everyone - my startup is about to launch a new feature that is the intersection tasks / todos and your calendar:
We’ve been in beta for a couple months and we soft launches yesterday. We’ve started to get a lot more inbound interest for adding support for pulling in tasks from Coda, which we’re really excited to do.
Probably the biggest question I’m wrestling with is how to best connect a table that represents some tasks to Reclaim for integration. Given how general purpose Coda is, the tasks could be in many locations and many shapes. In first first glance through the API and in playing with the product, it doesn’t appear there is any first class object that represents a task – they are really just rows in a table.
So right now I’m thinking the best approach is to have the user point us to a page that contains the table and then require a certain convention (ex: columns of at least string, boolean, and date) to do the mapping. But I’d love to hear alternative ideas on how we might do this type integration and easily identify tasks from within a larger Coda deployment.
Thanks!