---
title: "Create Reminder"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/apple/createreminder
markdown: https://docs.nodetool.ai/nodes/lib/apple/createreminder.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/apple/createreminder.md
---

# Create Reminder

**Type:** `lib.apple.CreateReminder`

**Namespace:** `lib.apple`

## Description

Create a reminder in macOS Reminders via AppleScript.
    reminders, todo, macos

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| title | `str` | Title of the reminder | `` |
| due_date | `any` | Optional due date; leave empty for none | `` |
| list_name | `str` | Reminders list name | `Reminders` |
| notes | `str` | Additional notes | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bool` |  |

## Related Nodes

Browse other nodes in the [lib.apple](./) namespace.
