Home /Claude Skills /icalendar-builder
Highly Recommended

Icalendar Builder

No more manual ICS formatting headaches
Let Python write your calendars
Core Principle:
This Python gem makes creating iCalendar files a breeze. From team meetings to birthday reminders, it generates standardized ICS files with support for recurring events and alarms - calendar management made stupid simple.
KEY FEATURES
01Type Safety
Automatic validation prevents corrupt calendar files
02Templates
Meeting invites in 3 lines with built-in templates
03Global TZ
Flawless timezone handling for international events
04JSON-Powered
Generate calendars directly from JSON for automation
github.com/discreteds/icalendar-builder
data-ai·discreteds·2026-01-29·0·🔱 0
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/discreteds/icalendar-builder.git
SSH
git clone [email protected]:discreteds/icalendar-builder.git
GitHub CLI
gh repo clone discreteds/icalendar-builder
FAQ
Q: What are the installation steps for Icalendar Builder Agent Skills?
1.Install: Single pip command
2.Create: Define events in Python or JSON
3.Generate: Auto-output standards-compliant ICS
4.Share: Send directly or import to calendar apps
Q: What are the highlights of Icalendar Builder Agent Skills?
  • RFC 5545 compliant
  • Pydantic validation
  • Jinja2 templates
  • Lightweight dependencies
Q: What are the use cases for Icalendar Builder Agent Skills?
  • Batch meeting scheduling
  • Automated birthday reminders
  • Class timetable sync
  • Cross-border meeting coordination
Q: What are the limitations of Icalendar Builder Agent Skills?
  • Python 3.10+ only
  • Documentation in progress