Create a calendar appointment
create_appointmentCreate a calendar appointment with a subject, start and end times, and optional all-day flag. Include family members as attendees by providing their IDs.
Instructions
Create a calendar appointment. start and end are ISO datetimes (e.g. '2026-06-15T10:00:00'). For all-day events end may equal start. For attendees, call family_members() first and pass those id values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| start | Yes | ||
| end | Yes | ||
| attendees | No | ||
| all_day | No | ||
| notes | No | ||
| location | No |