Calendar Get Notes
calendar_get_notesFind a calendar appointment by matching its date and subject, then retrieve the complete note details including subject and body.
Instructions
Resolve the single note-appointment matching date+subject and return its full detail (subject + body).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| subject | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| body | Yes | ||
| start | Yes | ||
| subject | Yes | ||
| entry_id | Yes |