add_2_calendar_plus 1.0.0
add_2_calendar_plus: ^1.0.0 copied to clipboard
A Flutter plugin to add, update, retrieve, and delete events on each platform's default calendar.
1.0.0 #
- Forked repository from add_2_calendar_new with corrections
- Renamed package from
add_2_calendar_newtoadd_2_calendar_plus - Added
updateEventto update an existing calendar event by ID - Added
getEventto retrieve a calendar event by ID - Added
deleteEventto delete a calendar event by ID - Migrated iOS integration from CocoaPods (Podfile) to Swift Package Manager (SPM)