After successfull connection Alfred TODO shows errors (company account)
Closed this issue · 1 comments
Hi there,
I just tried to connect the alfred-mstodo-workflow to my (company) account. The connection worked out well (redirect and all) and I can add tasks to my personal task list.
But whenever I try anything else I receive the following error Error in workflow 'Microsoft ToDo' UNIQUE constraint failed: task.id
Without knowing much about the app and/or the MS API I think it might be due to the company account. Maybe group tasks use the same ID as personal tasks and thus the ID needs to be some kind of combined key (e.g. list name + ID
). Anyways, I am happy to help debug this if you tell me how to provide information.
Cheers
Thorsten
This sounds like a sync error with the local sqlite db. Can you remove the mstodo.db database from ~/Library/Application Support/Alfred/Workflow Data/com.johandebeurs.alfred.mstodo and then try again? It should auto-sync but if not you can try to force a sync via td-pref sync
. Drop the workflow debug output here if you get further errors when doing so