device_calendar_plus_android 0.3.3
device_calendar_plus_android: ^0.3.3 copied to clipboard
Android implementation of the device_calendar_plus plugin.
0.3.3 - 2025-12-21 #
Fixed #
- Fixed parsing of
instanceIdfor events with@in their event ID (e.g., Google Calendar IDs likeabc123@google.com)
0.3.2 - 2025-12-19 #
Added #
CreateCalendarOptionsAndroidfor specifying custom account name when creating calendarscreateCalendar()now accepts optionalaccountNameparameter via platform options
0.3.1 - 2025-11-07 #
Fixed #
showEvent()now usesstartActivityForResult()to properly await until the calendar activity is dismissed
0.3.0 - 2024-11-05 #
Changed #
- BREAKING:
deleteEvent()now always deletes entire series for recurring events (removeddeleteAllInstancesparameter) - BREAKING:
updateEvent()now always updates entire series for recurring events (removedupdateAllInstancesparameter) - Native code now extracts event ID from instance ID format automatically
Removed #
- BREAKING:
NOT_SUPPORTEDerror code (no longer needed as single-instance operations are not attempted)
0.2.0 - 2024-11-05 #
0.1.1 - 2024-11-04 #
Added #
- ProGuard/R8 rules to prevent code stripping in release builds
- Automatic consumer ProGuard rules configuration
0.1.0 - 2024-11-04 #
Initial release.