Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@ebarooni/capacitor-calendar
Advanced tools
The Capacitor Calendar Plugin enables full calendar functionality on iOS and Android, with added reminder support for iOS devices.
The Capacitor Calendar Plugin enables full calendar functionality on iOS and Android, with added reminder support for iOS devices.
https://capacitor-calendar.pages.dev
Documentation
·
Capacitor Compatibility
·
Deployment Targets
To use this package, follow the instructions for installing either the stable or development release. Stable releases are recommended for production, while development releases provide access to the latest features and fixes which are still under development.
The stable releases are published to the npm package registry.
npm install @ebarooni/capacitor-calendar@latest
npx cap sync
[!IMPORTANT]
This plugin no longer receives updates for Capacitor v5 and only supports the latest version.
npm install @ebarooni/capacitor-calendar@^5
npx cap sync
Development releases are published to the GitHub package registry. These releases are automatically generated from the latest state of the `develop branch every time a pull request is merged into it.
[!WARNING] Development releases are not recommended for production use as they may contain untested or experimental changes.
Create an .npmrc
file and place it in the root of your project with the following content:
//npm.pkg.github.com/:_authToken=$GITHUB_PAT
@ebarooni:registry=https://npm.pkg.github.com
always-auth=true
Replace $GITHUB_PAT
with your own personal access token with at least read:packages
scope.
npm install @ebarooni/capacitor-calendar
npx cap sync
iOS 17 | Android 14 |
---|---|
On iOS, readCalendar
permission is not needed when you a
re creating an event using the native prompt.
The video is just for showing the functionality, otherwise the createEventWithPrompt
method works without the readCalendar
authorization.
To be able to use the plugin, you will need to add the required usage descriptions to your app. The required platform-specific usage descriptions can be found below:
checkPermission(...)
checkAllPermissions()
requestPermission(...)
requestAllPermissions()
createEventWithPrompt(...)
selectCalendarsWithPrompt(...)
listCalendars()
getDefaultCalendar()
createEvent(...)
getDefaultRemindersList()
getRemindersLists()
createReminder(...)
openCalendar(...)
openReminders()
listEventsInRange(...)
deleteEventsById(...)
createCalendar(...)
deleteCalendar(...)
getRemindersFromLists(...)
deleteRemindersById(...)
requestWriteOnlyCalendarAccess()
requestReadOnlyCalendarAccess()
requestFullCalendarAccess()
requestFullRemindersAccess()
modifyEventWithPrompt(...)
modifyEvent(...)
fetchAllCalendarSources()
fetchAllRemindersSources()
modifyReminder(...)
For comprehensive explanations, usage examples, and additional information, please refer to the following resources:
[!NOTE] Thank you for your interest in contributing to the project! At the moment, the focus is on reaching the first major release. Until then, the contributions will not be accepted. This approach allows to set a solid foundation and maintain consistency throughout the development process.
Community input is highly valued, and you are encouraged to engage with the project by providing feedback and suggestions. Feel free to open issues for bugs you've discovered or enhancements you'd like to see.
Stay tuned for updates. Looking forward to collaborating with you in the future once contributions are opened up!
[6.7.2] – 2024-11-14
FAQs
The Capacitor Calendar Plugin enables full calendar functionality on iOS and Android, with added reminder support for iOS devices.
The npm package @ebarooni/capacitor-calendar receives a total of 726 weekly downloads. As such, @ebarooni/capacitor-calendar popularity was classified as not popular.
We found that @ebarooni/capacitor-calendar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.