Skip to content

v0.1.0

Compare
Choose a tag to compare
@robert-virkus robert-virkus released this 01 Aug 09:32
· 6 commits to main since this release

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.