Route
id | apple-reminders.task.v1 |
object_type | task |
delivery_modes | local |
Voice examples
- Remind me to submit the report tomorrow
- Add a reminder to call Sarah at 4 PM
EventKit local
automatic_create | Supported |
setup | enabled |
Writable fields
| Field | Behavior |
|---|
title | Sent as reminder title. |
dueDate | Sent as due date. |
dueDateTime | Sent as due date/time. |
description | Sent in reminder notes when available. |
Planned / unsupported fields
| Field | Reason |
|---|
labels | No current Reminders tag/list mapping. |
project | Needs list selection. |
section | Needs list/section model. |
priority | Not currently written. |
Adapter payload
{
"eventKit": {
"title": "{title}",
"dueDate": "{date}",
"notes": "{description|body}"
}
}
Generated schema summary
{
"id": "apple-reminders.task.v1",
"app": "Apple Reminders",
"object_type": "task",
"delivery_modes": [
"local"
],
"writable_fields": [
"title",
"dueDate",
"dueDateTime",
"description"
]
}