OutSystems' Cordova plugin for the device calendar: create, find, modify and
remove events and calendars. One half of a unified pair with the
Capacitor plugin:
both expose the exact same API (method names, options, result shapes and
OS-PLUG-CLDR-NNNN error codes).
This project has two packages:
- the Cordova plugin,
com.outsystems.plugins.calendar - the JS node scripts consumed by the OutSystems low-code module,
outsystems-wrapper
Built on the current platform calendar APIs: EventKit on iOS with the
iOS 17+ access levels (requestFullAccessToEvents /
requestWriteOnlyAccessToEvents, never the deprecated
requestAccess(to:)) and CalendarContract on Android.