Route
id | apple-calendar.event.v1 |
object_type | calendar_event |
delivery_modes | local |
Voice examples
- Put coffee with Sam next Wednesday at 2 PM in my calendar
- Add calendar event dentist tomorrow at 9
EventKit local
automatic_create | Supported |
setup | enabled |
Writable fields
| Field | Behavior |
|---|
title | Sent as event title. |
dueDate | Used as event start date. |
dueDateTime | Used as event start date/time. |
description | Sent in event notes when available. |
Planned / unsupported fields
| Field | Reason |
|---|
labels | Calendar tags are not currently modeled. |
project | Needs calendar selection mapping. |
section | Not applicable to current EventKit event creation. |
priority | Not a current Calendar event field. |
Adapter payload
{
"eventKit": {
"title": "{title}",
"startDate": "{date}",
"notes": "{description|body}"
}
}
Generated schema summary
{
"id": "apple-calendar.event.v1",
"app": "Apple Calendar",
"object_type": "calendar_event",
"delivery_modes": [
"local"
],
"writable_fields": [
"title",
"dueDate",
"dueDateTime",
"description"
]
}