2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

迷走中のToDoのエンジン

Posted at

1.Chatwork 更新、削除のAPIは存在しない。
2.Evernote C#用のサンプルが古くて動作しない。
3.trac 自前でサーバーを用意する必要がある。
4.GoogleカレンダーのToDo そもそもソートできない…。GmailのToDoリストは非常にシンプルで、Outlookで個別のタスクに設定できる「優先度」のような項目はない。タスクを選択した状態で[Ctrl]+[↑][↓]キーを押せば、優先度の高いものから順に並べ替えることは可能。[Tab]キーを押すとタスクをインデント(字下げ)でき、サブタスク風に表示できる。[Shift]+[Tab]キーを押すとメインタスクに戻せる。
5.Todoist 有料版は階層化可能。有料版は優先度設定可能。有料版は日付設定可能。ということは無料版ではほとんどなにもできない。APIもない。それはないわ。いやあるにはある。https://todoist.com/API/v7/sync

Slack
Todo.ly APIあり。レスポンスはxml, json。get, create, update, deleteあり。日本語も使えるっぽい。UWPアプリはなし。
Wunderlist WindowsPhone用アプリあり。日本語可能。APIはある。create update, delete, get。日本語も使える。開発のサポートはすべて英語。C#のコードはなし。OAuth。
https://developer.wunderlist.com/documentation/endpoints/task
https://github.com/wunderlist/api

Trello Windows8用はある。GUI操作なのでめんどうそう。デザインを好きになれない。日本語対応。APIあり。そうか、board-card-checklistと階層があり、理解しにくい。これはないな。
Toodledo サブタスクは有料。英語のみ。APIあり。get, create, update, deleteあり。http://api.toodledo.com/3/tasks/index.php#retrieving
Any.do 英語。API不明。
Remember The Milk うし…。APIあり。
Nozbe
Clear
Producteev
TickTick
ToDous

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?