Integration brief

Apple Reminders

Capture a task as soon as you remember it. Afterthought prepares the title, due date, list, notes, location, and priority for review before saving it to Apple Reminders on your device.

Route

idapple-reminders.task.v1
object_typetask
delivery_modeslocal

Voice examples

EventKit local

automatic_createSupported
setupenabled

Writable fields

FieldBehavior
titleSent as reminder title.
dueDateSent as due date.
dueDateTimeSent as due date/time.
descriptionSent in reminder notes when available.

Planned / unsupported fields

FieldReason
labelsNo current Reminders tag/list mapping.
projectNeeds list selection.
sectionNeeds list/section model.
priorityNot 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"
  ]
}