Skip to content

Releases: Enough-Software/enough_icalendar

v0.17.0

19 Aug 17:15

Choose a tag to compare

  • Updated dependencies

v0.16.0

25 Feb 07:45

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

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

Choose a tag to compare

  • Ensure compatibility with Flutter 3.10 - with thanks to hurkanugur!

v0.13.0

03 Oct 16:04

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

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

Choose a tag to compare

  • support X-MICROSOFT-SKYPETEAMSMEETINGURL property directly.

v0.10.0

06 Sep 14:45

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

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

Choose a tag to compare

  • Support X-MICROSOFT-CDO-ALLDAYEVENT property, access it via VEvent.isAllDayEvent
  • Attendees are now optional when creating an event