icalendar_parser 0.3.0
icalendar_parser: ^0.3.0 copied to clipboard
Package to parse iCalendar (.ics) files written in pure Dart.
Changelog #
0.3.0 26/10/2020 #
- Fixed
END:VCALENDARcheck if ending with newline - Added parameter
lineSeparatortoICalendar.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:VCALENDARending with newline
0.1.0 21/10/2020 #
- First release
- Parse an
ICalendarobject from aString