wmcmahan / react-native-calendar-reminders

React Native Module for IOS Calendar Reminders
MIT License
90 stars 20 forks source link

Customize recurrence intervals #24

Closed dsernst closed 8 years ago

dsernst commented 8 years ago

This adds a new interval parameter to create recurring reminders:

Property Value Description
recurrenceInterval String The interval between instances of this recurrence. For example, a weekly recurrence rule with an interval of 2 occurs every other week. Must be greater than 0.

This fixes https://github.com/wmcmahan/React-Native-Calendar-Reminders/issues/23

Still TODO:

wmcmahan commented 8 years ago

Great, thanks for help!