recurrence event entries not getting deleted completely #370
Unanswered
deepakd-iprogrammer
asked this question in
Q&A
Replies: 3 comments
-
To remove all events in a recurring series, use the removeEvent(eventID, { futureEvents: true }) |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How to remove all events after the completion of an event like end date? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
System:
OS: Linux 4.15 Ubuntu 18.04.5 LTS (Bionic Beaver)
CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
Memory: 291.79 MB / 19.35 GB
Shell: 4.4.20 - /bin/bash
Binaries:
Node: 12.19.0 - /usr/local/bin/node
Yarn: Not Found
npm: 6.14.10 - /usr/local/bin/npm
Watchman: Not Found
SDKs:
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Languages:
Java: Not Found
Python: 2.7.17 - /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: 0.63.4 => 0.63.4
npmGlobalPackages:
react-native: Not Found### Steps to Reproduce
create a recurrence event using-
recurrenceRule: { frequency: "monthly", endDate: moment(days).add(23, 'hour').add(6, 'months').toISOString() }
after creating try to delete all entries.
Expected Behavior
All Recurrence event entries should get deleted on deleting their primary entry using removeEvent function.
Actual Behavior
upon creating a recurrent event only a single entry is created for all events but when we try to delete this entry using removeEvent function, only a single entry is getting deleted.
Beta Was this translation helpful? Give feedback.
All reactions