Calendar Toolbox is a lightweight and easy-to-use Java library for generating `.ics` calendar files. It enables seamless creation of calendar events, supporting standard iCalendar format for broad compatibility across calendar applications.

gradle java-17 lib rfc5545
1 Open Issue Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Delete the `com.onixbyte.common.util.CollectionUtil` class after the release of `com.onixbyte:common:3.2.0`. This class is redundant because components should perform their own list property validation before formatting, a functionality not currently supported by `CollectionUtil`.

Complexity: 1/5
help wanted

Calendar Toolbox is a lightweight and easy-to-use Java library for generating `.ics` calendar files. It enables seamless creation of calendar events, supporting standard iCalendar format for broad compatibility across calendar applications.

Java
#gradle#java-17#lib#rfc5545