pyobjc-framework-CalendarStore
Wrappers for the framework CalendarStore on macOS
What it is and what it does
This package wraps Apple's CalendarStore framework for use in Python on macOS, giving developers direct access to the system's iCal data store. It sits on top of pyobjc-core and pyobjc-framework-Cocoa, translating Objective-C calls into Python. You can fetch calendar records and tasks, modify them, and subscribe to change notifications when iCal data updates.
It is a thin binding layer rather than a high-level abstraction—the package explicitly directs users to Apple's framework documentation and PyObjC's general translation guides. This makes it suitable for developers who need deep integration with macOS calendar systems and are comfortable reading Objective-C API docs and adapting them to Python.
Use it for:
- Build macOS desktop applications that read or modify user calendars and tasks stored in iCal.
- Create automation scripts that monitor calendar changes and trigger actions when events are added or modified.
- Integrate Python tools with the native macOS calendar system for scheduling or calendar-aware workflows.
- Develop system utilities that need programmatic access to iCal records without going through third-party calendar APIs.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's CalendarStore framework, enabling access to iCal data including calendars and tasks with change notifications.
Yes, if you are building on macOS and need direct access to the system CalendarStore. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. Install friction is low. However, it is macOS-only and requires familiarity with Objective-C API translation; it is not a high-level calendar library.
Install
pyobjc-framework-calendarstore on PyPI
pip
pip install pyobjc-framework-calendarstoreuv
uv add pyobjc-framework-calendarstorepoetry
poetry add pyobjc-framework-calendarstoreInstalling pyobjc-framework-CalendarStore
Before you install
Low install friction with pure-Python wheel distribution. Actively maintained with a release 3 days old and recent repository activity. Requires pyobjc-core and pyobjc-framework-Cocoa as dependencies.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for commercial and private projects.
Quickstart
pip install pyobjc-framework-calendarstore
from CalendarStore import CalendarStore
cal_store = CalendarStore.defaultCalendarStore()
macOS 10.5 or later required; Python 3.10+ required; only runs on macOS systems with CalendarStore framework available.
Verify before relying
- Whether the package supports real-time change notifications as described, or if that requires additional setup.
- Whether fetch and modify operations work with all iCal record types or have limitations.
- Performance characteristics when working with large calendar datasets.
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 | 621,133/month — #5,720 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_calendarstore-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, CalendarStore
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-EventKitProvides Python bindings to macOS's EventKit…
permissive · top 15,000 on PyPI
pyobjc-framework-NotificationCenterProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-UserNotificationsProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
eventsourcingEventsourcing is a Python library for…
permissive · top 15,000 on PyPI
pyobjc-framework-UserNotificationsUIProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-OpenDirectoryProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-PushKitProvides Python bindings to Apple's PushKit…
permissive · top 15,000 on PyPI
pyobjc-framework-ContactsProvides Python bindings to macOS's Contacts…
permissive · top 15,000 on PyPI
pyobjc-framework-DataDetectionProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI