We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: OS: macOS High Sierra 10.13.3 Node: 8.7.0 Yarn: 1.2.1 npm: 5.5.1 Watchman: 4.9.0 Xcode: Xcode 9.3 Build version 9E145 Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed) react: 16.0.0 => 16.0.0 react-native: 0.50.1 => 0.50.1
Using the "saveEvent" method to update a single event in a series.
When setting futureEvents: false and exceptionDate: ${EVENT_START_TIME}, should update an individual event in a series of events
futureEvents: false
exceptionDate: ${EVENT_START_TIME}
Every event in that series of events gets updated
The text was updated successfully, but these errors were encountered:
PR welcome to improve this behaviour.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.7.0
Yarn: 1.2.1
npm: 5.5.1
Watchman: 4.9.0
Xcode: Xcode 9.3 Build version 9E145
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.50.1 => 0.50.1
Steps to Reproduce
Using the "saveEvent" method to update a single event in a series.
Expected Behavior
When setting
futureEvents: false
andexceptionDate: ${EVENT_START_TIME}
, should update an individual event in a series of eventsActual Behavior
Every event in that series of events gets updated
The text was updated successfully, but these errors were encountered: