David Sanderson
David Sanderson
I was having this issue too, thanks for the help. You can also change the number of workers in `test_helper.rb` so you don't have to remember to type it in...
What's the status with this? I started `github` from the command line but it didn't work for me either.
Update: I removed the creating of events function so now it just mass deletes many events. As I'm watching the iOS calendar, I see these events disappear and then all...
The simulator is just using it's local "Calendar" and I'm not having any issues there. The issue is on my physical device and I'm not using an external calendar like...
@wmcmahan I created a quick and dirty component to test this out. The higher the number of events, the more likely you'll see the issue. For example, if it's around...
Update: This happens on Android also.
@wmcmahan Are you able to give a status update? Any workarounds I can do in the mean time?
@wmcmahan I tried it on another iPhone and the same bug happened. The deleted events reappear. Are you trying the component I created? If not, can you send the code...
@wmcmahan That's a bit different from what I did. For instance, I'm not using`fetchAllEvents`. Are you able to please try the example I submitted?
As an experiment, I delayed each delete by a second to see if that helped. Interestingly, it helped a little, but some events still popped back. I wonder how hard...