모든 도구

list_omnifocus_tasks

OmniFocus · macOS

효과: 읽기. 상태: 조건부 제공.

‘조건부 제공’은 도구가 버전, 플랫폼, 권한, 계정 또는 설정에 따라 달라질 수 있음을 뜻하며 모든 설치에서 활성화되었다는 의미는 아닙니다.

macOS

목적

OmniFocus의 작업을 나열합니다. 프로젝트, 태그, 받은 편지함, 오늘 마감 또는 플래그 상태로 필터링합니다.

필수 입력

이 플랫폼의 스키마에는 필수 입력이 선언되어 있지 않습니다. 선택 항목이나 실행 요구 사항은 여전히 있을 수 있습니다.

권한 및 확인

스키마에 명시적 확인 매개변수가 없습니다. 이는 무단 작업을 허용하지 않습니다. 효과를 검토하고 승인을 받으세요.

영문 정식 기술 스키마macOS
{
  "properties": {
    "due_today": {
      "default": "false",
      "description": "Only tasks due today or overdue.",
      "type": "boolean"
    },
    "flagged": {
      "default": "false",
      "description": "Only flagged tasks.",
      "type": "boolean"
    },
    "inbox": {
      "default": "false",
      "description": "Only unfiled inbox tasks.",
      "type": "boolean"
    },
    "include_completed": {
      "default": "false",
      "description": "Include completed tasks (default excludes them).",
      "type": "boolean"
    },
    "limit": {
      "default": "50",
      "description": "Max tasks to return (default 50).",
      "type": "integer"
    },
    "project": {
      "description": "Only tasks in this project (name, case-insensitive).",
      "type": "string"
    },
    "tag": {
      "description": "Only tasks carrying this tag.",
      "type": "string"
    }
  },
  "type": "object"
}

문서 예시

list_omnifocus_tasks 문서 예시입니다. 이 예시를 실행하지 마세요. 표시된 인수는 가상 데이터 세트에 속합니다. 실제 호출 전에 실제 식별자를 확인하고 승인을 받으세요.

{
  "limit": 5
}