Get Reminder Folders
get_reminder_foldersLists the lists (folders) in Apple Reminders (Reminders.app) on this Mac. Every answer carries as_of (when the list snapshot was read) and cache_age_seconds; if cache_age_seconds is above 0 the snapshot is that many seconds old and a list created since then may be missing — call again to force a re-read. For Microsoft To Do use todo_get_folders instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Present only when the snapshot is not fresh: says how old it is and what may be missing. | |
| as_of | No | ISO 8601 UTC instant when this list snapshot was read from EventKit (not when iCloud last synced). | |
| count | No | ||
| lists | No | ||
| cache_age_seconds | No | Age of the snapshot. 0 means it was read fresh for this call. |