dart_icalendar 1.0.12
dart_icalendar: ^1.0.12 copied to clipboard
Package to serialize and deserialize iCalendar files
1.0.0 #
- Initial version.
1.0.1 #
- Change : changed constructor of ICalendar to take optional parameters
1.0.2 #
- Change : add and correct from map and to map methods
1.0.3 #
- Change : add getters to events
1.0.4 #
- Change : version of collection drop to 1.17.0
1.0.5 #
- Change : add getters to get the recursive events for a timeFrame.
1.0.6 #
- Change : change final to var and add availability custom property
1.0.6+1 #
- Change : change availability to getter and added tests
1.0.6+2 #
- Change : fix fromMap nullable properties in ICalendar
1.0.6+3 #
- Change : fix doubel X-APOLLOCODE-AVAILABILITY property
1.0.7 #
- Change : fix infinite loop and add security for intervals
1.0.8 #
- Change : fix infinite loop and add security reccurence fields
1.0.9 #
- Change : fix fromMap nullable properties in RecurrenceRule
1.0.10 #
- Change : add missing properties to RecurrenceRule
1.0.11 #
- Change : add XDate exclusion on recurrence getting method
1.0.12 #
- Change : sdk upgrade and fix fromMap for sinceMilliSecondsSince Epoch