pyobjc-framework-EventKit
Wrappers for the framework Accounts on macOS
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 on this page — 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
pyobjc-framework-eventkit on PyPI
pip
pip install pyobjc-framework-eventkituv
uv add pyobjc-framework-eventkitpoetry
poetry add pyobjc-framework-eventkitInstalling 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 the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 667,396/month — #5,420 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_eventkit-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, EventKit
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-BrowserEngineKitProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-CalendarStoreProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NotificationCenterProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-MapKitProvides Python bindings to Apple's MapKit…
permissive · top 15,000 on PyPI
pyobjc-framework-CallKitProvides Python bindings for Apple's CallKit…
permissive · top 15,000 on PyPI
pyobjc-framework-LinkPresentationProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ExtensionKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-FSEventsProvides Python bindings to macOS's FSEvents…
permissive · top 15,000 on PyPI
pyobjc-framework-UserNotificationsProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI