Skip to content

Releases: Enough-Software/enough_icalendar_export

v0.3.0

09 Oct 12:02
Compare
Choose a tag to compare
  • Remove HTML-tags from descriptions.
  • Add MS teams URL to location when present

v0.2.0

03 Aug 20:05
Compare
Choose a tag to compare
  • Convert UTC times to local time before exporting.

v0.1.0

01 Aug 09:32
Compare
Choose a tag to compare

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.