1.7.4 • Published 4 years ago

@padabala/react-native-calendar-events v1.7.4

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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(, 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!