icloud-calendar

Add events to iCloud Calendar via CalDAV. Syncs to iPhone automatically with alarm reminders.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "icloud-calendar" with this command: npx skills add teenlucifer/icloud-calendar

iCloud Calendar

Add events to iCloud Calendar via CalDAV. Automatically syncs to iPhone with alarm reminders.

Features

  • ✅ Add events to iCloud Calendar
  • ✅ iPhone push notifications via calendar alerts
  • ✅ Customizable reminder times (default 15 min + 5 min)
  • ✅ Works with any iCloud account
  • ✅ Credentials stored in local .env file

Setup

1. Get iCloud App Specific Password

  1. Go to appleid.apple.com
  2. Sign in → "Sign-In and Security"
  3. Click "App-Specific Passwords" → "+"
  4. Create a new password and save it

2. Configure Credentials

cp secrets/.env.example secrets/.env
# Edit secrets/.env with your credentials

Or set environment variables directly:

export ICLOUD_EMAIL="your-email@icloud.com"
export ICLOUD_PASSWORD="your-app-specific-password"

Usage

python3 scripts/add_event.py "Event Title" "YYYY-MM-DDTHH:MM:SS" "YYYY-MM-DDTHH:MM:SS" "Description"

Examples

# Add a simple event
python3 scripts/add_event.py "团队会议" "2026-03-10T14:00:00" "2026-03-10T15:00:00" "讨论项目进度"

# Add event with default 1 hour duration
python3 scripts/add_event.py "医生预约" "2026-03-15T09:00:00"

Security & Privacy

  • Credentials: Stored locally in secrets/.env (gitignored, never committed)
  • Data in transit: Credentials sent only to Apple's iCloud CalDAV servers
  • No external services: Only communicates with caldav.icloud.com
  • User control: Users must provide their own iCloud credentials

External Endpoints

EndpointData SentPurpose
https://caldav.icloud.comiCloud email + App-Specific Password (Base64 auth), Event data (.ics)Create calendar events

Trust Statement

This skill sends your iCloud credentials to Apple's iCloud servers to create calendar events. Only install if you trust Apple with your iCloud account. The skill does not store or exfiltrate any data beyond direct communication with iCloud.

Technical Details

  • Uses iCloud CalDAV API (PROPFIND + PUT methods)
  • Calendar path format: /<user_id>/calendars/home/
  • Creates iCalendar (.ics) events with VALARM reminders
  • Supports multiple alarm triggers

License

MIT License

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Fitbit Tracker

Personal Fitbit integration for daily health tracking with adaptive sleep and activity reporting

Registry SourceRecently Updated
General

Ollama Load Balancer

Ollama load balancer for Llama, Qwen, DeepSeek, and Mistral inference across multiple machines. Load balancing with auto-discovery via mDNS, health checks, q...

Registry SourceRecently Updated
General

Google Merchant Center

Google Merchant Center integration. Manage Accounts. Use when the user wants to interact with Google Merchant Center data.

Registry SourceRecently Updated
General

Twitter/X All-in-One — Search, Monitor & Publish Text & Media Posts

Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts, likes/unlike...

Registry SourceRecently Updated