> Currently I add a remote_id column to the local tables which starts blank for locally added records > and gets populated during sync, and I think I'd have to stop deleting rows and change to using a 'deleted' > state. For the api I'm dumping the entire thing with xml_export and then adding/modifying/deleting > as necessary (not very efficient, but todos.xml only returns active todos?).
You can get active todos, completed todos, etc. using the API, see the REST API documentation in your ?-menu Reinier _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
