skillfed

pyobjc-framework-EventKit

Wrappers for the framework Accounts on macOS

pyobjc-framework-eventkit v12.2.2 667.4K downloads/30d#5,420 on PyPI803
Permissive license MIT Active released

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-eventkit

uv

uv add pyobjc-framework-eventkit

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos calendar events pythoneventkit bindings pythonpyobjc eventkit wrappermacos reminders api pythoncocoa calendar framework pythoneventkit framework wrappermacos event access python
macos-onlycocoa-bindingscalendar-api

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-BrowserEngineKit

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-CalendarStore

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-NotificationCenter

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-MapKit

Provides Python bindings to Apple's MapKit…

permissive · top 15,000 on PyPI

pyobjc-framework-CallKit

Provides Python bindings for Apple's CallKit…

permissive · top 15,000 on PyPI

pyobjc-framework-LinkPresentation

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ExtensionKit

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-FSEvents

Provides Python bindings to macOS's FSEvents…

permissive · top 15,000 on PyPI

pyobjc-framework-UserNotifications

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI