--- id: pyobjc-framework-eventkit version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-EventKit — Wrappers for the framework Accounts on macOS License: permissive · Maintenance: active · Downloads: 667.4K/mo ## What it is and what it does pyobjc-framework-eventkit is a thin wrapper layer that exposes Apple's EventKit framework to Python code. EventKit is macOS's native framework for accessing calendar events, reminders, and related calendar data. The package translates Objective-C method calls and types into Python equivalents, letting you read and manipulate calendar events programmatically without leaving Python. The package is part of the larger PyObjC project and does not include its own documentation—it relies on Apple's official EventKit documentation plus PyObjC's general translation guides. It requires Python 3.10 or later and runs only on macOS. The two runtime dependencies (pyobjc-core and pyobjc-framework-Cocoa) provide the underlying bridge between Python and the Cocoa/Objective-C runtime. Use it for: - Read calendar events from the user's default calendar to display or analyze them in a Python application. - Create or modify calendar events programmatically in response to application logic or external data. - Build a macOS desktop app that needs to sync or display calendar information alongside other Python-based functionality. - Automate calendar or reminder management tasks on macOS by scripting EventKit access from Python. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to macOS's EventKit framework, allowing you to access and manipulate calendar events and reminders from Python code running on macOS. Yes, if you are building a macOS application in Python that needs native calendar or reminder access. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. The main gotcha is that it wraps EventKit directly without its own documentation, so you will need to cross-reference Apple's EventKit docs and PyObjC translation patterns. It is not useful outside macOS. ## Install pip install pyobjc-framework-eventkit uv add pyobjc-framework-eventkit poetry add pyobjc-framework-eventkit ## Installing pyobjc-framework-EventKit Before you install: Low install friction with a pure-wheel distribution. Active maintenance—released 3 days ago with recent commits as of 2026-08-14. Requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies, both part of the same ecosystem. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects. Quickstart: pip install pyobjc-framework-eventkit import EventKit store = EventKit.EKEventStore.alloc().init() # Request calendar access and work with events macOS only; requires Python 3.10 or later; EventKit access may require user permission prompts on modern macOS versions. Verify before relying: - Whether EventKit access requires explicit user authorization dialogs on current macOS versions and how to handle them from Python. - Whether all EventKit framework features are fully wrapped or if some require direct Objective-C calls. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 667.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos calendar events python, eventkit bindings python, pyobjc eventkit wrapper, macos reminders api python, cocoa calendar framework python, eventkit framework wrapper, macos event access python, macos-only, cocoa-bindings, calendar-api [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-eventkit) · [View on PyPI](https://pypi.org/project/pyobjc-framework-eventkit/)