---
title: "Create Calendar Event"
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/createcalendarevent
markdown: https://docs.nodetool.ai/nodes/lib/apple/createcalendarevent.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/apple/createcalendarevent.md
---

# Create Calendar Event

**Type:** `lib.apple.CreateCalendarEvent`

**Namespace:** `lib.apple`

## Description

Create a new event in macOS Calendar via AppleScript.
    calendar, event, macos, applescript

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| event_title | `str` | Title of the calendar event | `` |
| start_date | `any` | Start date and time | `` |
| end_date | `any` | End date and time | `` |
| calendar_name | `str` | Name of the target calendar | `Calendar` |
| location | `str` | Location of the event | `` |
| description_text | `str` | Notes for the event | `` |

## Outputs

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

## Related Nodes

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