johandebeurs / alfred-mstodo-workflow

Fast task entry, searching and completion for Microsoft Todo via Alfred 4/5
MIT License
138 stars 4 forks source link

Doesn't support add task to default task lists? #9

Closed polyzy closed 4 years ago

polyzy commented 4 years ago

I find it doesn't work when I add todos in my list which is named by Chinese. And mstodo can not support to change default language.

johandebeurs commented 4 years ago

To clarify:

Some questions

polyzy commented 4 years ago

Sorry I didn't make myself clear.

Screenshot: image

I tried to add task to the default list called "我的一天"( means 'My Day' in English). The command is "td 我的一天: test task in my day". Actually this task was not displayed in "我的一天" but in "任务"(means "Task" in English). "任务" is another default list as you can see in the screenshot above. The default list cannot be deleted and renamed.

I also test in the list which is created by myself called "中文测试", and enter command like "td 中文测试: test test". Then I found it works.

johandebeurs commented 4 years ago

OK, understood. "My day" is not a list itself but an abstraction outside of that which can contain tasks from multiple lists, and unfortunately access to this isn't available via the Microsoft Graph API (https://docs.microsoft.com/en-us/graph/api/resources/outlooktask?view=graph-rest-beta) which this is built on. If they ever update the API I'll look to include this functionality

polyzy commented 4 years ago

Got it. I think it't better to explain this in README.md. Thanks for your answer.