You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: