icalendar_parser 0.4.0 copy "icalendar_parser: ^0.4.0" to clipboard
icalendar_parser: ^0.4.0 copied to clipboard

outdated

Package to parse iCalendar (.ics) files written in pure Dart.

Changelog #

[0.4.0] - 27/10/2020 #

  • Improved unit tests
  • Added support for fields:
    • TRIGGER
    • ACTION
    • METHOD
    • STATUS (using IcsStatus enum)
    • SEQUENCE
    • REPEAT
    • CLASS
    • TRANSP (using IcsTransp enum)

[0.3.1] - 26/10/2020 #

  • Fixed parsing of DTSTART and DTEND

[0.3.0] - 26/10/2020 #

  • Fixed END:VCALENDAR check if ending with newline
  • Added parameter lineSeparator to ICalendar.fromString
  • Added constructor ICalendar.fromLines
  • Added some unit tests

[0.1.1+1] - 24/10/2020 #

  • Added pedantic rules to lint code

[0.1.1] - 24/10/2020 #

  • Compatible with dart::core
  • Authorize END:VCALENDAR ending with newline

[0.1.0] - 21/10/2020 #

  • First release
  • Parse an ICalendar object from a String
55
likes
0
points
4.01k
downloads

Publisher

verified publisherrouxguillau.me

Weekly Downloads

Package to parse iCalendar (.ics) files written in pure Dart.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on icalendar_parser