v0.1.0
Initial release.
After importing package:enough_icalendar_export/enough_icalendar_export.dart'
you can use the exportToNativeCalendar()
extension method
or the VCalendarExporter.export(icalendar)
method, in case you don't like to use extension methods.
The method will return a Future<bool>
value with true
when everything worked as expected.