A TypeScript wrapper of Apple's EventKit framework implemented natively via Objective C++ addons using Node-API.
Note
Project under development, see coverage
The legacy wrapper (using Swift dynamic libs + FFI) is still available at /legacy, however it isa broken on recent Node.js releases due to outdated node-ffi/node-ffi-napi.
The native Apple frameworks expose their API to Objective-C and Swift, and occasionally C (e.g. Core Graphics or certain parts of Core Audio).
This project exposes Apple's EventKit framework to JavaScript/Typescript enabling interaction with Calendars and Reminders from Node.js.