I'm expecting to improve the metadata we store for tasks, support due date, etc., but for tasks I've already imported this won't work. So I need a REFRESH environment variable. This will pull in the due date information (and whatever other stuff I might add later) for older tasks.
It will imply FULL_SYNC, but it will PUT tasks with appropriate updated values (if they differ) instead of skipping existing ones.
I'm expecting to improve the metadata we store for tasks, support due date, etc., but for tasks I've already imported this won't work. So I need a
REFRESH
environment variable. This will pull in the due date information (and whatever other stuff I might add later) for older tasks.It will imply
FULL_SYNC
, but it willPUT
tasks with appropriate updated values (if they differ) instead of skipping existing ones.