Skip to content
New issue

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

Deleting 20+ events at once does not work #545

Open
CrayolaEater opened this issue Jul 11, 2024 · 0 comments
Open

Deleting 20+ events at once does not work #545

CrayolaEater opened this issue Jul 11, 2024 · 0 comments
Labels
Android bug Something isn't working

Comments

@CrayolaEater
Copy link

I cannot delete multiple events at once. I think the calendar app crashes because there is no error and the events are still present in the calendar.

To Reproduce
Steps to reproduce the behavior:
for(Event e in events)
{
var result = await _deviceCalendarPlugin.deleteEvent(
_selectedCalendar.id, e.eventID);
if (result.isSuccess) {
eventID = "";
}
}

Expected behavior
The events should be removed from the calendar

Device(s) tested
This can be very important as not all device vendors do calendar in the same way.

  • Device: OPPO Reno7 Lite 5G
  • OS: Android 13
  • Plugin version: 4.3.2
@CrayolaEater CrayolaEater added the bug Something isn't working label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants