Integration brief

Apple Reminders

Reminder creation through EventKit.

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"
  ]
}