Batch Mark Projects Reviewed
omnifocus_batch_mark_reviewedBatch mark multiple OmniFocus projects as reviewed. Optionally set a custom review interval for all.
Instructions
Mark multiple projects as reviewed in one operation.
Efficiently updates the review status for multiple projects at once.
Args:
projectIds (array): Array of project IDs to mark as reviewed (1-100 projects)
reviewIntervalDays (number, optional): Custom review interval in days (1-3650) to apply to all projects
Returns: Summary with count of successfully reviewed projects and any errors
Examples:
Review multiple projects: { projectIds: ["id1", "id2", "id3"] }
With custom interval: { projectIds: ["id1", "id2"], reviewIntervalDays: 14 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectIds | Yes | Array of project IDs to mark as reviewed | |
| reviewIntervalDays | No | Optional custom review interval in days to apply to all projects |