@padabala/react-native-calendar-events
v1.7.4
Published
React Native module for IOS Calendar Events
Downloads
8
Maintainers
Readme
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
- Will McMahan - Initial code - github.com/wmcmahan
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!