Skip to content

Releases: Enough-Software/enough_icalendar

v0.16.0

25 Feb 07:45
Compare
Choose a tag to compare
  • Fix handling of ICS data with varying line endings [#13], thanks to vanlooverenkoen
  • Allow to set trigger of an alarm to a DateTime[#12], thanks to liplum
  • Added helper to convert Duration to IsoDuration [#11] thanks to liplum

v0.15.0

20 Nov 10:10
Compare
Choose a tag to compare
  • Fix export of WKST attribute of a RRULE #10 with thanks to tgrushka!

v0.14.0

04 Jun 08:54
Compare
Choose a tag to compare
  • Ensure compatibility with Flutter 3.10 - with thanks to hurkanugur!

v0.13.0

03 Oct 16:04
Compare
Choose a tag to compare
  • Again, thanks to martingeorgiu the support for parsing Apple-originating iCalendar invites has been improved.

v0.12.0

01 Oct 08:02
Compare
Choose a tag to compare

0.12.0

  • Thanks to martingeorgiu for the following great changes:
    • support Apple format by not requiring a standard and a daylight for every timezone
    • remove Flutter dependency

v0.11.0

09 Oct 10:18
Compare
Choose a tag to compare
  • support X-MICROSOFT-SKYPETEAMSMEETINGURL property directly.

v0.10.0

06 Sep 14:45
Compare
Choose a tag to compare
  • Forward customParser argument correctly, in case you need to support further properties directly

v0.9.0

26 Aug 10:09
Compare
Choose a tag to compare
  • Fix duration parsing #2
  • Support X-WR-CALNAME property, use VCalendar.calendarName to get/set it #3

v0.8.0

05 Aug 12:09
Compare
Choose a tag to compare
  • Support X-MICROSOFT-CDO-ALLDAYEVENT property, access it via VEvent.isAllDayEvent
  • Attendees are now optional when creating an event

v0.7.0

03 Aug 20:01
Compare
Choose a tag to compare
  • Uses UTC date times when encountering UTC DateTime values. To get the local time, call toLocal(), e.g. final localStartTime = event.start!.toLocal();