apple-calendar

Create, list, search, and delete Apple Calendar events via AppleScript on macOS.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill apple-calendar-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-calendar
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/apple-calendar
Command: npx skills add https://github.com/malue-ai/dazee-small --skill apple-calendar-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the management of Apple Calendar events on macOS, allowing users to easily create, view, search, and delete appointments without manual interaction with the Calendar app.

Core Features & Use Cases

  • Event Creation: Schedule new events with specific times, durations, and descriptions.
  • Event Listing: View today's or a date range of upcoming events.
  • Event Searching: Find events based on keywords in their summary.
  • Event Deletion: Remove specific events after user confirmation.
  • Use Case: A user can say, "Schedule a meeting with John tomorrow at 3 PM for one hour about the project proposal," and the Skill will create the event in their default calendar.

Quick Start

Ask the apple-calendar skill to show me my events for the next 7 days.

Frequently Asked Questions about apple-calendar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating macOS Calendar events with AppleScript?

You can automate creating macOS Calendar events by providing the event summary, date, time, and duration. This approach uses AppleScript to schedule appointments directly without manual interaction with the Calendar app.

Can I search and list Apple Calendar events within a specific date range?

Yes, you can list and search Apple Calendar events within a specific date range. The system retrieves events by querying defined date intervals or matching specific keywords in the event summary.

Does deleting a calendar event using automation require user confirmation?

Yes, deleting a calendar event using automation requires user confirmation. The system prompts for approval before removing any specified entries to prevent accidental data loss.

What's the best way to view my upcoming macOS Calendar events without opening the app?

The best way to view upcoming macOS Calendar events without opening the app is through automated event listing. You can retrieve today's schedule or a defined date range of upcoming appointments directly.

Are scheduled calendar events created using local system time zones?

Yes, scheduled calendar events are created using local system time zones. The automation adheres to your macOS system local time zone settings when processing specific dates and times for event creation.