@padabala/react-native-calendar-events
TypeScript icon, indicating that this package has built-in type declarations

1.7.4 • Public • Published

React Native Calendar Events Cross

A React Native module to help access and save events to iOS and Android calendars.

Note: This is forked library from original react-native-calendar-events by wmcmahan. Thanks for the library and all the credit goes to him. I just added missing part of iOS attendees editing functionality for custom use picked from 1.6.0 version of this library.

Documentation

Original documentation can be found from the following URL. (https://github.com/wmcmahan/react-native-calendar-events)

Attendees object to modify event attendees

Android - {"url":, "firstName":} iOS - {"url":, "firstName":, "lastName":}

details = { ..... ..... attendees: [ {"url":, "firstName":, "lastName":}, {"url":, "firstName":, "lastName":} .... ] }

RNCalendarEvents.saveEvent(<Title Of the Event>, details) - Return a promise.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Big thanks to all who have contributed, raised an issue or simply find use in this project. Cheers!

Package Sidebar

Install

npm i @padabala/react-native-calendar-events

Weekly Downloads

3

Version

1.7.4

License

MIT

Unpacked Size

216 kB

Total Files

25

Last publish

Collaborators

  • padabala