skillfed

pyobjc-framework-CalendarStore

Wrappers for the framework CalendarStore on macOS

pyobjc-framework-calendarstore v12.2.2 621.1K downloads/30d#5,720 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-calendarstore

poetry

poetry add pyobjc-framework-calendarstore

Installing 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

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 access pythonical data python bindingscalendarstore framework wrappermacos task management pythonpyobjc calendar integrationical events pythonmacos cocoa calendar
macos-onlyobjc-bindingscalendar-integration

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

Provides Python bindings to macOS's EventKit…

permissive · top 15,000 on PyPI

pyobjc-framework-NotificationCenter

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-UserNotifications

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

eventsourcing

Eventsourcing is a Python library for…

permissive · top 15,000 on PyPI

pyobjc-framework-UserNotificationsUI

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-OpenDirectory

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-PushKit

Provides Python bindings to Apple's PushKit…

permissive · top 15,000 on PyPI

pyobjc-framework-Contacts

Provides Python bindings to macOS's Contacts…

permissive · top 15,000 on PyPI

pyobjc-framework-DataDetection

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI