Skip to content

padabala/react-native-calendar-events

 
 

Repository files navigation

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!

About

📆 React Native Module for iOS and Android Calendar Events

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.5%
  • Objective-C 40.3%
  • JavaScript 2.6%
  • Ruby 0.6%