From 84b0ab3497dfbe439f43a9cd447380750d0a383a Mon Sep 17 00:00:00 2001 From: Dai MIKURUBE Date: Wed, 22 Feb 2017 10:21:20 +0900 Subject: [PATCH] Add iCal4j. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae2ecc8..38a946b 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries related to handling date and time.* * [Almanac Converter](https://github.com/hypotemoose/almanac-converter) - Simple conversion between different calendar systems. +* [iCal4j](https://github.com/ical4j/ical4j) - Parsing and building iCalendar [RFC 5545](https://tools.ietf.org/html/rfc5545) data models. * [Joda-Time](http://www.joda.org/joda-time/) - De facto standard date/time-library before Java 8. * [ThreeTenBP](https://github.com/ThreeTen/threetenbp) - Port of JSR 310 (java.time package) by the author of Joda-Time. * [Time4J](https://github.com/MenoData/Time4J) - Advanced date and time library.