Google Tasks API を使用すると、Google ToDo リストのコンテンツとメタデータを検索、読み取り、更新できます。このドキュメントでは、さまざまなプログラミング言語(現在は Java、Python、PHP)用の RESTful 呼び出しスタイルとクライアント ライブラリを使用して、Google ToDo リストのデータにアクセスして編集する方法について説明します。
Google ToDo リストとの緊密な統合が必要なサイトやアプリケーションは、Google Tasks API を活用できます。たとえば、Google Tasks API を使用してモバイルアプリで Google のタスクリストを管理することや、Au-to-do などのより高度なワークフロー アプリにタスクを統合することができます。
Google ToDo リストは、次の 2 つの基本コンセプトに基づいて構築されています。
タスクリスト
タスクを含むリスト。タスクリストを複数用意して、好みの方法でタスクを管理できます。
タスク
タスクのタイトル、メモ、期限、完了日などの情報を含む 1 つのタスク。
Tasks API のデータモデル
リソースとは、一意の識別子を持つ個別のデータ エンティティです。Google Tasks API は、次の 2 種類のリソースで動作します。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-09-03 UTC。"],[[["The Google Tasks API allows developers to programmatically access and manage Google Tasks data, including searching, reading, and updating tasks and task lists."],["Developers can utilize the API with RESTful calls or client libraries for Java, Python, and PHP, enabling integration with various applications."],["Google Tasks data is structured around task lists and individual tasks, each with its own properties and metadata."],["The API operates on resources like task lists and tasks, organized into collections for access and management."],["Users have a default task list, and additional lists can be created to organize tasks according to user preferences."]]],[]]